Git GUI crashes every time it opens a repository

后端 未结 7 1877
栀梦
栀梦 2021-02-05 11:47

Since few days ago, every time I start Git GUI in a repository, it displays this horrifying error message and quits after I click OK:

prepare-commit-msg hook fai         


        
7条回答
  •  我在风中等你
    2021-02-05 12:03

    This worked for me.

    http://www.trinitycore.org/f/topic/5194-msysgit-couldnt-reserve-space-for-cygwins-heap/

    Solution:

    Change the base address of the msysgit.dll

    c:\msysgit\bin>rebase.exe -b 0x50000000 msys-1.0.dll

提交回复
热议问题