Use Git error: Could not reserve space for cygwin's heap, Win32

Today, using Git to update the code at the command line encountered a problem

 

E:\storm-sql>git pull origin joeywen 0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487 AllocationBase 0x0, BaseAddress 0x68570000, RegionSize 0x2F0000, State 0x10000 C:\Program Files (x86)\Git\bin\sh.exe: *** Couldn‘t reserve space for cygwin‘s heap, Win32 error 0

 

Solution

1, to ensure that unused git case, the installation location of the Git, cut to the bin directory at the command line, using the following command

rebase -b 0x50000000 msys-1.0.dll

If the above command execution is completed is not yet available execute the following command

rebase -b 0x76000000 msys-1.0.dll

All of the above command, under normal circumstances, there is no return to the command-line content, unless it is to fail. 

Guess you like

Origin www.cnblogs.com/fwmlmx/p/11236352.html