gpt4 book ai didi

Git 扩展 : Win32 error 487: Couldn't reserve space for cygwin's heap, Win32 错误 0

转载 作者:IT王子 更新时间:2023-10-29 01:11:50 39 4
gpt4 key购买 nike

Git 扩展:直到昨天一切都运行良好。

但是当我尝试使用 git extensions

pull 一些存储库时,突然出现了这个错误
C:\Program Files\Git\bin\git.exe pull --progress "origin" 
Done
0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487
AllocationBase 0x0, BaseAddress 0x68560000, RegionSize 0x390000, State 0x10000
C:\Program Files\Git\bin\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0

我克隆的所有存储库都会发生这种情况。但是,我的 git bash 工作正常。我不知道发生了什么。知道为什么会这样吗?

最佳答案

我遇到了同样的问题。我在这里找到解决方案 http://jakob.engbloms.se/archives/1403

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

对我来说,解决方案略有不同。这是

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

在你 rebase dll 之前,你应该确保它没有被使用:

tasklist /m msys-1.0.dll

并且做一个备份:

copy msys-1.0.dll msys-1.0.dll.bak

如果 rebase 命令失败并显示如下内容:

ReBaseImage (msys-1.0.dll) failed with last error = 6

您需要按顺序执行以下步骤:

  1. 复制dll到另一个目录
  2. 使用上面的命令重新设置副本
  3. 用副本替换原来的 dll。

如果有任何问题,请以管理员

身份运行命令

关于Git 扩展 : Win32 error 487: Couldn't reserve space for cygwin's heap, Win32 错误 0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18502999/

39 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com