【发布时间】:2019-01-01 16:50:15
【问题描述】:
我现在无法将本地提交推送到 github 存储库。我收到一条错误消息:
Counting objects: 76, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (75/75), done.
Writing objects: 100% (76/76), 5.23 MiB | 24.67 MiB/s, done.
Total 76 (delta 45), reused 0 (delta 0)
remote: fatal: early EOF
error: RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 32
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
我尝试了here 提供的一些解决方案,但没有任何效果。
我还尝试推送另一个项目以排除网络问题。它成功了,虽然需要一些时间。
我跑了git fsck,接收
git fsck --full
Checking object directories: 100% (256/256), done.
Checking objects: 100% (3831/3831), done.
【问题讨论】:
-
看起来像服务器问题
-
@loa_in_ 我成功推送了另一个项目。是不是只能推送这个项目?