git推送错误:RPC失败;结果= 56,HTTP代码= 0 [英] git push error: RPC failed; result=56, HTTP code = 0

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

问题描述

详细信息:

Detailed info:

Username for 'https://xiangwan.visualstudio.com': xiangwan
Password for 'https://xiangwan@xiangwan.visualstudio.com':
Counting objects: 85, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (58/58), done.
Writing objects: 100% (63/63), 20.67 KiB | 0 bytes/s, done.
Total 63 (delta 26), reused 1 (delta 0)
error: RPC failed; result=56, HTTP code = 0
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date




  1. 已设置 git config http.postBuffer 524288000 ,仍然是错误;
  2. 只有HTTPS验证,无SSH

  1. has set git config http.postBuffer 524288000, still the error;
  2. Only HTTPS authenticate, no SSH


推荐答案

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

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

你需要通过设置来增加Git的HTTP缓冲区。

You will need to increase Git’s HTTP buffer by setting.

git config --global http.postBuffer 2M

这篇关于git推送错误:RPC失败;结果= 56,HTTP代码= 0的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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