Couldn't reserve space for cygwin's heap, Win32 error 0

来源:互联网 发布:层次方框图软件 编辑:程序博客网 时间:2024/06/05 16:02

今天在用git的时候,出现了下面的这个问题 

git.exe pull -v --progress "origin"


0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487
AllocationBase 0x0, BaseAddress 0x68570000, RegionSize 0x490000, State 0x10000
C:\Program Files (x86)\Git\bin\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0

git did not exit cleanly (exit code 1) (94 ms @ 2017/9/27 18:51:53) 


解决办法:只需要在git的安装目录下执行:rebase.exe -b 0x50000000 msys-1.0.dll

就可以解决了

阅读全文
0 0
原创粉丝点击