Git错误:RPC失败; result = 52,HTTP代码= 0

时间:2015-05-07 17:12:11

标签: git github

当我推送到github时,我有以下日志:

Counting objects: 70, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (69/69), done.
Writing objects: 100% (70/70), 16.72 KiB | 0 bytes/s, done.
Total 70 (delta 37), reused 1 (delta 0)
error: RPC failed; result=52, HTTP code = 0
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date

我试过了:

  • git config --global http.postBuffer 2M
  • git config --global http.postBuffer 524288000
  • 我的连接已超过ethernet
  • 我从3天前就遇到了这个问题。
  • 我的git --version是"git version 2.4.0"
  • 我没有防火墙
  • 此外,我无法使用SSH

2 个答案:

答案 0 :(得分:0)

您应该将Git缓冲区大小增加到存储库的最大单个文件大小。

答案 1 :(得分:0)

这可能是一个HTTPS问题。使用SSH可以解决您的问题。