码迷,mamicode.com
首页 > Windows程序 > 详细

\bin\sh.exe:*** Couldn't reserve space for cygwin's heap,Win32 error 0

时间:2016-03-07 13:36:42      阅读:443      评论:0      收藏:0      [点我收藏+]

标签:

Git一直使用都好好的,今天git pull的时候,报了如下的错误,\bin\sh.exe:*** Couldn‘t reserve space for cygwin‘s heap,Win32 error 0,经过百度之后获知这个问题是因为Cygwin 使用持久性共享内存有时可能损坏症状某些 Cygwin 程序开始失败其他应用程序受影响

解决方法是:1、通过cmd进入git的rebase.exe所在目录,我的是在Local\GitHub\PortableGit_c2ba306e536fdf878271f7fe636a147ff37326ad\bin;

2、在命令行中输入 rebase.exe -b 0x50000000 msys-1.0.dll,然后回车,正常情况下命令行是没有任何返回内容的,除非是执行失败。

3、如图所示:

技术分享

4、以下是解决此问题的网站:

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

http://jakob.engbloms.se/archives/1403

\bin\sh.exe:*** Couldn't reserve space for cygwin's heap,Win32 error 0

标签:

原文地址:http://www.cnblogs.com/xiaofoyuan/p/5249945.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!