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
Similar Posts:
- [Solved] ./configure error: pr command not found
- error: failed to push some refs to ‘https://gitee.com/XXXX/ui-demo.git’
- Python error: Unable to find vcvarsall.bat [How to Solve]
- How to Solve JAVA Error: “well-known file is not secure” ?
- Zend Studio 9 configure and install Zend debugger
- Installing mingw64 and msys2 in win10
- [Solved] A fatal error has been detected by the Java Runtime Environment:
- NPM Command Error: Allocation failed – JavaScript heap out of memory
- gitfatal: I don’t handle protocol ‘https’ [How to Solve]
- Summary of WebKit compiling on Windows platform