【git】D:\Git\bin\ssh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 487

场景:

git bash一闪而过,git不能push到远程仓库。

git错误栈:D:\Git\bin\ssh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 487

解决:

进入git目录下的bin目录执行rebase -b 0x76000000 msys-1.0.dll语句。

或者rebase -b 0x30000000 msys-1.0.dll


貌似要重启电脑......

你可能感兴趣的:(git)