git - 我不能再 git push 到 github : error: RPC failed; curl 55 Send failure: Connection was aborted

标签 git github push git-push

关闭。这个问题是not reproducible or was caused by typos .它目前不接受答案。












想改进这个问题?将问题更新为 on-topic对于堆栈溢出。

去年关闭。




Improve this question




从昨天开始,我不能再 git push 我的工作了。
当我 push 时,它开始 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 Desktop 给了我:
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
我怎样才能解决这个问题?

最佳答案

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

关于git - 我不能再 git push 到 github : error: RPC failed; curl 55 Send failure: Connection was aborted,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65641177/

相关文章:

swift - 提交失败 - 存储库已锁定,XCode 7

Git 错误“致命的 : XXX is not a commit and a branch YYY cannot be created from it

ios - 将消息从 Azure 应用程序推送到 MonoTouch (iPhone) 应用程序,无需 Apple 推送通知

javascript - push() 一个二维数组

git - 语义 git 消息和清理

git - 在 SourceTree 中添加前缀以提交消息

windows - Jenkins 权限被拒绝 - 如何更改 IntelliJ Idea 和 Windows 的权限?

GitLens 无法在 Visual Studio Code 中 pull 推送

git - GitHub 消息 : push declined due to email privacy restrictions 的含义

javascript - map is not a function 在 REACT 中对数组使用 push 后出现错误