答案 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 Git:PortableGit-2.16.2-64-bit.7z.exe
,假设您使用的是Windows 64位。
然后,在该CMD会话中,再次尝试git bash
。