您的位置:首页 > 产品设计 > UI/UE

windows系统文件丢失导致git gui崩溃

2015-05-15 12:46 399 查看
当我重新安装Python时出现的这个问题,但目测和Python没有直接的关系。

先上一张git Gui崩溃时的图:



在网上搜索一番后得到如下的一份结果:

My name is hyungon.kim (Korea)

I got the same error message.

-Couldn’t reserve space for cygwin’s heap, Win32 error

487

I trying to several times to solve this problem.

I searching and searching Internet many times.

but I couldn’t find a solution.

In 5~6 hours, finally I found it a solution.

solution————————————–

first, You must have rebase.exe

If you search Internet, you find easily, and downloading.

second, rebase -b 0x76000000 /winavr/utils/bin/msys-1.0.dll

0x76000000(examlple) -> you can change this address value

properly, maybe Winavr is compiled well.

然后我就按照这个解决方案执行了一下,先到网上下载rebase.exe,在执行如下命令:

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


命令顺利执行,然后再次打开git gui,崩溃消失
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: