Git使用出錯:Couldn‘t reserve space for cygwin‘s heap, Win32

今天使用Git在命令行下更新代碼遇到了問題,起初以爲是本身安裝某軟件致使衝突,從網上搜索了一下找到相似問題,成功解決問題。
錯誤信息以下:git

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

緣由分析:sql

Cygwin uses persistent shared memory sections, which can on occasion become corrupted. The symptom of this is that some Cygwin programs begin to fail, but other applications are unaffected. Since these shared memory sections are persistent, often a reboot is needed to clear them out before the problem can be resolved.

解決辦法:
找到Git的安裝目錄,在命令行下切到bin目錄,使用以下命令app

1this

rebase.exe -b 0x50000000 msys-1.0.dll

而後git從新恢復了正常,在使用該命令確保git此時沒有在使用spa

相關文章
相關標籤/搜索