Git Extensions: Win32 error 487: Couldn't reserve space for cygwin's heap, Win32 error 0

后端 未结 14 1748
天命终不由人
天命终不由人 2020-11-27 09:25

Git Extensions: Everything was working fine until yesterday.

But suddenly I am get this error when I try to pull some repositories using git e

14条回答
  •  执笔经年
    2020-11-27 09:44

    Very simple verison of the rebase solution:

    Go to the folder where git is installed, such as:

    C:\Program Files (x86)\Git\bin
    

    By holding shift and right clicking in the folder, you should be able to open a command prompt as administrator from there (thanks to https://stackoverflow.com/users/355389/darren-lewis for that comment),

    Then run:

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

    This fixed it for me when the restart approach didn't work.

    Hope it helps.

提交回复
热议问题