Git bash一闪而过,git不能push到远程仓库。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git bash一闪而过,git不能push到远程仓库。相关的知识,希望对你有一定的参考价值。

git错误栈:D:\Git\bin\ssh.exe: *** Couldn‘t reserve space for cygwin‘s heap, Win32 error 487

解决办法:

进入git目录下的bin目录执行rebase -b 0x76000000 msys-1.0.dll语句。

或者rebase -b 0x30000000 msys-1.0.dll

 

重启即可

以上是关于Git bash一闪而过,git不能push到远程仓库。的主要内容,如果未能解决你的问题,请参考以下文章

git push到远程仓库时出现Git Push Error: insufficient permission for adding an object to repository database(

git将 tag push到远程

git push 在 bash 中使用 ssh-agent 但不是 gui

git push 的解决方案

Git同时push到多个远程仓库

文件修改后git add+git commit提交一次,但是没有push到远程,接着继续修改文件,继续git add+git commit提交,并push到远程仓库。会发现本地仓库两次commit一次