git 出现fatal: The remote end hung up unexpectedly 解决方案
Posted 码农乐园
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git 出现fatal: The remote end hung up unexpectedly 解决方案相关的知识,希望对你有一定的参考价值。
git 出现fatal: The remote end hung up unexpectedly 解决方案
你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Markdown编辑器, 可以仔细阅读这篇文章,了解一下Markdown的基本语法知识。
方法一
修改提交缓存大小为500M,或者更大的数字
git config --global http.postBuffer 524288000
some comments below report having to double the value:
git config --global http.postBuffer 1048576000
或者在克隆/创建版本库生成的 .git目录下面修改生成的config文件增加如下:
[http]
postBuffer = 524288000
然后重新推送
方法二
可能是git 版本过低 需要重新下载git版本既可以
以上是关于git 出现fatal: The remote end hung up unexpectedly 解决方案的主要内容,如果未能解决你的问题,请参考以下文章
fatal: remote error: The unauthenticated git protocol on port 9418 is no longer support问题解决
fatal: remote error: The unauthenticated git protocol on port 9418 is no longer support问题解决
The remote end hung up unexpectedly
Git出现fatal: Unable to find remote helper for 'https'
Git配置非22端口,解决:ssh: connect to host xxx port 22: Connection timed out fatal: The remote end hung up u