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

后端 未结 14 1746
天命终不由人
天命终不由人 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:48

    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 system reboot is needed to clear them out before the problem can be resolved.

提交回复
热议问题