msys

bash: git: command not found in MSYS


I already have git in my computer and I can use it.

I installed msys and:

pacman -Syu

This upgraded many packages. When I try to git clone in msys terminal, I get this response:

bash: git: command not found

How can I use git in MSYS?


Solution

  • I found an answer:

    pacman -S git
    

    Now I can use git in my mysy terminal.