我最近使用到位桶爲我公司內的一些項目開始時遇到與GIT麻煩每當我使用的任何命令,如git的,我收到此錯誤:sh.exe「:混帳:找不到命令
sh.exe": git: command not found
如果有幫助,我使用Git的Bash
我最近使用到位桶爲我公司內的一些項目開始時遇到與GIT麻煩每當我使用的任何命令,如git的,我收到此錯誤:sh.exe「:混帳:找不到命令
sh.exe": git: command not found
如果有幫助,我使用Git的Bash
你有一個similar issue with Sourcetree,具有pending 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是明確的而不是「未找到命令」。
編輯:
[email protected] MINGW64 /C/Documents and Settings/Anand/Documents/2993-privacy-cube
$ ls
css/ images/ index.html js/ ref/
[email protected] MINGW64 /C/Documents and Settings/Anand/Documents/2993-privacy-cube
$ git add *
fatal: Unable to read current working directory: No error
[email protected] MINGW64 /C/Documents and Settings/Anand/Documents/2993-privacy-cube
$ git commit -m "css changes"
fatal: Unable to read current working directory: No error
你是如何運行的呢? – ergonaut