-
I have installed and configured msys2 as mentioned in README.md. I tried to install git in msys2 according https://stackoverflow.com/questions/60753693/bash-git-command-not-found-in-msys First command to install git Second command to install git |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
find this documentation https://www.msys2.org/docs/git/ maybe I should use the |
Beta Was this translation helpful? Give feedback.
find this documentation https://www.msys2.org/docs/git/
There exists a guide to install the official build into MSYS2: https://github.com/git-for-windows/git/wiki/Install-inside-MSYS2-proper but note that this setup is only supported on a best effort basis and any issues should be verified with the official git build before reporting them upstream.
maybe I should use the
git for Windows
directly instead of try to make git work in msys2