当前位置:  开发笔记 > 编程语言 > 正文

git:致命:index-pack失败

如何解决《git:致命:index-pack失败》经验,为你挑选了0个好方法。

我尝试克隆这个repo几次,但得到同样的错误.是因为,它是巨大的,我的连接很慢?

$ git clone https://git01.codeplex.com/typescript
Cloning into 'typescript'...
remote: Counting objects: 408886, done.
remote: Compressing objects: 100% (32748/32748), done.
Receiving objects:   4% (20335/408886), 63.88 MiB | 250.00 KiB/s   
Receiving objects:   8% (33984/408886), 80.64 MiB | 307.00 KiB/s   
Receiving objects:  19% (79636/408886), 143.34 MiB | 253.00 KiB/s   
Receiving objects:  37% (154937/408886), 267.23 MiB | 329.00 KiB/s   
Receiving objects:  45% (187088/408886), 353.31 MiB | 387.00 KiB/s   
Receiving objects:  53% (218438/408886), 477.12 MiB | 299.00 KiB/s   
fatal: The remote end hung up unexpectedly47.67 MiB | 367.00 KiB/s   
fatal: early EOF
fatal: index-pack failed

(我按了几次ENTER,所以Receiving objects: x%保留了消息).

我试过了,

git clone --depth = 1 https://git01.codeplex.com/typescript 克隆到' typescript '......

它从未表现出任何进展.我还有什么其他选择才能获得最新版本.(网站上有一个下载链接,但它不是git repo,所以我无法git pull更新)

谢谢

推荐阅读
帆侮听我悄悄说星星
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有