sh.exe“:git:命令未找到

时间:2015-10-01 15:51:41

标签: git bitbucket git-bash

我最近开始在公司内部的一些项目中使用Bitbucket,并且遇到了git问题。每当我使用任何命令如git时,我都会收到此错误:

sh.exe": git: command not found

如果有帮助,我正在使用Git Bash。

1 个答案:

答案 0 :(得分:0)

您有一个similar issue with Sourcetreepending ticket请求支持实际的git bash。

只需将PortableGit-2.6.0-64-bit.7z.exe解压缩到您想要的任何地方,然后拨打C:\path\to\PortableGit-2.6.0-64-bit\git-bash.exe:您将拥有一个bash,其中git最终而不是“找不到命令”。

编辑:

Anand@Anand-PC MINGW64 /C/Documents and Settings/Anand/Documents/2993-privacy-cube
$ ls
css/  images/  index.html  js/  ref/

Anand@Anand-PC MINGW64 /C/Documents and Settings/Anand/Documents/2993-privacy-cube
$ git add *
fatal: Unable to read current working directory: No error

Anand@Anand-PC MINGW64 /C/Documents and Settings/Anand/Documents/2993-privacy-cube
$ git commit -m "css changes"
fatal: Unable to read current working directory: No error