Tag Archives: Git Couldn’t reserve space for cygwin’s heap,

[Solved] Git Couldn’t reserve space for cygwin’s heap

This morning, GIT made a mistake

1. Git pull always makes mistakes: git couldn’t reserve space for cygwin’s heap. The solution to Google is:

C:\Program Files (x86)\Git\bin>rebase.exe -b 0x50000000 msys-1.0.dll

2. Git pull always makes mistakes: git couldn’t reserve space for cygwin’s heap error 0. The solution to Google is:

C:\Program Files (x86)\Git\bin>rebase.exe -b 0x76000000 msys-1.0.dll

Specifically:

1. Run CMD and open it as administrator

2. Run: rebase.exe – B 0x50000000 msys-1.0.dll

When git pull again, no error will be reported

Note:

However, it is said on the Internet that if you first copy msys-1.0.dll in Git/bin to other directory, then copy it to bin directory in CMD as an administrator, and then run rebase.exe – B 0x50000000 msys-1.0.dll again, this error will not be reported: rebaseimage (msys-1.0. DLL) failed with last error = 6

Original address:

http://stackoverflow.com/questions/18502999/git-extensions-win32-error-487-couldnt-reserve-space-for-cygwins-heap-win32