【发布时间】:2015-02-23 12:41:39
【问题描述】:
Git 给了我一个可爱的圣诞礼物...我正在尝试git push 一堆提交,比如 6 GB。我收到以下错误消息:
-Counting objects: 525, done.
Delta compression using up to 24 threads.
Compressing objects: 100% (474/474), done.
fatal: pack has bad object at offset 3453162391: inflate returned -5
error: pack-objects died of signal 13
error: failed to push some refs to ....git
这是什么意思,如何解决?从谷歌我可以看出这与我要推送的内容的大小有关。
这是在写作时发生的。
【问题讨论】:
-
你试过用
--no-thin选项推送吗? -
是的,很遗憾这没有帮助。
-
你能尝试推送几个提交(比如 HEAD~3),看看是否有帮助?