git clone 出错 fatal: pack has bad object at offset 26060927: inflate returned -3

$ git clone http://xxx.xxx.cn/liyafei/developer.git
Cloning into 'developer'...
remote: Counting objects: 10681, done.
remote: Compressing objects: 100% (4734/4734), done.
error: inflate: data stream error (invalid distance code) KiB/s
fatal: pack has bad object at offset 26060927: inflate returned -3
fatal: index-pack failed

解决方法:$ git clone --depth 1 http://xxx.xxx.cn/liyafei/developer.git

posted @ 2018-03-30 16:37  SKILL·NULL  阅读(5692)  评论(0编辑  收藏  举报