首页 > 其他 > 详细

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

时间:2018-03-30 17:08:29      阅读:3879      评论:0      收藏:0      [点我收藏+]

$ 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

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

原文:https://www.cnblogs.com/Man-Dream-Necessary/p/8677092.html

(1)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!