从昨天起,我再也不能继续工作了。
当我推的时候,它开始推,不到一分钟它就给了我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 unexpectedlyGithub桌面给了我:
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我怎么才能解决这个问题?
发布于 2021-01-09 10:15:50
哇,我断开了我的ADSL,它有一个非常低的上传速度,并通过我的手机互联网连接,有一个体面的上传速度。推动是成功的。说真的这到底是怎么回事。所以那些上传速度慢的人就完了。
https://stackoverflow.com/questions/65641177
复制相似问题