打开时GITBash CMD错误

时间:2018-03-13 05:17:21

标签: git github

当我打开它时,

git Bash cmd错误显示在我的终端中 请提供必要的解决方案

enter image description here

1 个答案:

答案 0 :(得分:0)

如果“Cygwin/Git error cygheap base mismatch detected”中没有任何建议有效,那么一个好的测试就是在简化的PATH中引用Git。

set G=c:\path\to\latest\git
set PATH=%G%\bin;%G%\usr\bin;%G%\mingw64\bin
set PATH=%PATH%;C:\windows\system32;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\

请务必在“G”中引用您可以随意提取的latest GitPortableGit-2.16.2-64-bit.7z.exe,假设您使用的是Windows 64位。

然后,在该CMD会话中,再次尝试git bash