【发布时间】:2020-03-19 08:51:09
【问题描述】:
我的电脑里已经有了 git,我可以使用它了。
我安装了 msys 并且:
pacman -Syu
这升级了许多软件包。当我尝试在 msys 终端中 git clone 时,我得到了这个响应:
bash: git: command not found
如何在 MSYS 中使用 git?
【问题讨论】:
标签: msys
我的电脑里已经有了 git,我可以使用它了。
我安装了 msys 并且:
pacman -Syu
这升级了许多软件包。当我尝试在 msys 终端中 git clone 时,我得到了这个响应:
bash: git: command not found
如何在 MSYS 中使用 git?
【问题讨论】:
标签: msys
我找到了答案:
pacman -S git
现在我可以在 mysy 终端中使用 git。
【讨论】: