Git Extensions: Win32 error 487: Couldn't reserve space for cygwin's heap, Win32 error 0

后端 未结 14 1781
天命终不由人
天命终不由人 2020-11-27 09:25

Git Extensions: Everything was working fine until yesterday.

But suddenly I am get this error when I try to pull some repositories using git e

14条回答
  •  被撕碎了的回忆
    2020-11-27 09:53

    I had the same problem, after some Windows 8.0 crash and update, on msys git 1.9. I didn't find any msys/git in my path, so I just added it in windows local-user envinroment settings. It worked without restarting.

    Basically, similiar to RobertB, but I didn't have any git/msys in my path.

    Btw:

    1. I tried using rebase -b blablabla msys.dll, but had error "ReBaseImage (msys-1.0.dll) failed with last error = 6"

    2. if you need this quickly and don't have time debugging, I noticed "Git Bash.vbs" in Git directory successfuly starts bash shell.

提交回复
热议问题