【发布时间】:2021-12-04 06:41:09
【问题描述】:
我想 git push,但是...
这是错误:
C:\Sites\workspace\sample_app1>git push
0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487
AllocationBase 0x0, BaseAddress 0x68570000, RegionSize 0x460000, State 0x10000
C:\RailsInstaller\Git\bin\ssh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
我该如何解决这个问题?
【问题讨论】:
-
你使用的是什么操作系统以及什么版本的git?
-
windows10 , git 版本 1. 9. 4
-
你使用的是x64位版本的git吗?
-
我使用的是 x32 位。
标签: git ssh cygwin heap-memory