繁体   English   中英

git push fatal:无法从远程存储库读取

[英]git push fatal: Could not read from remote repository

我想要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.

我怎么解决这个问题?

如上所述, 这是一个Win32错误 ,可以修复:

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

但那是pre-Git 2.0(2015)和msys2
任何最近的Git for Windows 2.x(32位和64位)都可以避免这个问题。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM