Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

bash: git: command not found in MSYS

Tags:

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?

like image 937
tolga Avatar asked Sep 18 '25 05:09

tolga


1 Answers

I found an answer:

pacman -S git

Now I can use git in my mysy terminal.

like image 82
tolga Avatar answered Sep 19 '25 19:09

tolga