Git bash一闪而过,git不能push到远程仓库。
时间:2017-07-19 11:25:20
收藏:0
阅读:6656
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
重启即可
原文:http://www.cnblogs.com/yl514/p/7204452.html
评论(0)