Git推送错误:RPC失败;结果= 56,HTTP代码= 200致命:远程端意外挂断致命 [英] Git push error: RPC failed; result=56, HTTP code = 200 fatal: The remote end hung up unexpectedly fatal

查看:1190
本文介绍了Git推送错误:RPC失败;结果= 56,HTTP代码= 200致命:远程端意外挂断致命的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 'https://github.com'的用户名:Newbie 
'https://Newbie@github.com'的密码:
计数对象:11507,完成。
使用多达4个线程的增量压缩。
压缩对象:100%(8210/8210),完成。
写作对象:100%(11506/11506),21.75 MiB | 0字节/秒,完成。
总计11506(delta 2213),重用11504(delta 2211)
efrror:RPC失败;结果= 56,HTTP代码= 200
atal:远端意外挂断
致命:远端意外挂断
所有最新的

我也尝试过:git config http.postBuffer 524288000,但仍然错误..
还尝试过:git config --global http.postBuffer 2M通过参考 git push error:RPC失败;结果= 56,HTTP代码= 0

请任何人都可以帮我解决这个问题吗?

解决方案

请看这里:https://flyingtomoon.com/2011/04/12/git-push-is-failed-due-to-rpc-failure-result56/

问题很可能是因为你的git缓冲区太低。



你需要通过设置git config varhttp.postBuffer来增加Git的HTTP缓冲区到524288000。

  git config http.postBuffer 524288000 


While doing git push, I receive this error:

Username for 'https://github.com': Newbie
Password for 'https://Newbie@github.com':
Counting objects: 11507, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (8210/8210), done.
Writing objects: 100% (11506/11506), 21.75 MiB | 0 bytes/s, done.
Total 11506 (delta 2213), reused 11504 (delta 2211)
efrror: RPC failed; result=56, HTTP code = 200
atal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date

I also tried doing: git config http.postBuffer 524288000, but still error.. Also tried: git config --global http.postBuffer 2M by referring on git push error: RPC failed; result=56, HTTP code = 0

Please can anyone help me out with this?

解决方案

Look here: https://flyingtomoon.com/2011/04/12/git-push-is-failed-due-to-rpc-failure-result56/

The problem is most likely because your git buffer is too low.

You will need to increase Git’s HTTP buffer by setting the git config var "http.postBuffer" to 524288000.

git config http.postBuffer 524288000

这篇关于Git推送错误:RPC失败;结果= 56,HTTP代码= 200致命:远程端意外挂断致命的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆