【发布时间】:2013-09-04 17:23:04
【问题描述】:
我在将本地文件夹推送到 GitHub 上的远程存储库时遇到问题。
当我推动它达到 96% 左右然后显示这个..
Counting objects: 4145, done.
Delta compression using up to 2 threads.
Connection to github.com closed by remote host.
fatal: The remote end hung up unexpectedly
Compressing objects: 98% (3919/3969)
然后在最后 2% 完成后显示此错误...
Compressing objects: 100% (3963/3963), done.
error: pack-objects died of signal 13
error: failed to push some refs to 'git@github.com:example/example.git'
不确定这意味着什么。
【问题讨论】: