【问题标题】:I can no longer git push to github: error: RPC failed; curl 55 Send failure: Connection was aborted [closed]我不能再 git push 到 github:错误:RPC 失败; curl 55发送失败:连接被中止[关闭]
【发布时间】:2021-04-14 21:06:51
【问题描述】:

从昨天开始,我不能再 git push 我的工作了。

当我推动时,它开始推动,不到一分钟后它在 intellij 中给了我这个错误

Push failed Delta compression using up to 4 threads Total 260 (delta 20), reused 1 (delta 0), pack-reused 0 RPC failed; curl 55 Send failure: Connection was aborted the remote end hung up unexpectedly the remote end hung up unexpectedly

Github 桌面给了我:

Writing objects: 100% (259/259), 15.10 MiB | 9.98 MiB/s                         
Writing objects: 100% (259/259), 15.81 MiB | 8.97 MiB/s, done.
Total 259 (delta 20), reused 0 (delta 0)
error: RPC failed; curl 55 Send failure: Connection was aborted
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
Everything up-to-date

我尝试使用 git bash 发生同样的情况,我得到了这个错误

$ git push
Enumerating objects: 270, done.
Counting objects: 100% (270/270), done.
Delta compression using up to 4 threads
Compressing objects: 100% (243/243), done.
Writing objects: 100% (260/260), 15.81 MiB | 10.94 MiB/s, done.
Total 260 (delta 20), reused 1 (delta 0), pack-reused 0
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
Everything up-to-date

我该如何解决这个问题?

【问题讨论】:

  • 您的问题在 StackOverflow 中是题外话。它更适合Unix & LinuxSuperuser
  • 你知道解决办法吗?
  • 没有。如果您将问题转移到其他论坛之一,您将有更好的机会获得答案,因此我之前的评论。
  • 我遇到了同样的问题。原来这只是一个糟糕的互联网连接

标签: git github push git-push


【解决方案1】:

哇,我从上传速度非常慢的 ADSL 断开连接,并通过上传速度不错的手机互联网连接。推送成功。说真的,这到底是为什么,这甚至是一件事。所以上传速度慢的人就完蛋了。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2022-11-04
    • 2016-01-08
    • 2018-10-09
    • 1970-01-01
    • 2014-01-17
    • 1970-01-01
    • 2011-11-21
    相关资源
    最近更新 更多