thi*_*365 12 git version-control git-clone
这个问题不同于Git push"错误:index-pack死于信号9"
错误信息如下:
remote: Counting objects: 40512, done.
remote: Compressing objects: 100% (8896/8896), done.
remote: Total 40512 (delta 31079), reused 40394 (delta 30980)
Receiving objects: 100% (40512/40512), 6.05 MiB | 22 KiB/s, done.
error: index-pack died of signal 99)
fatal: index-pack failed
real 1292050m43.682s
user 0m23.645s
sys 0m5.872s
Run Code Online (Sandbox Code Playgroud)
还有一个案例:
remote: Counting objects: 18389, done.
remote: Compressing objects: 100% (4951/4951), done.
fatal: The remote end hung up unexpectedly MiB | 22 KiB/s
fatal: early EOF
fatal: index-pack failed
real 7m18.359s
user 0m4.448s
sys 0m1.860s
Run Code Online (Sandbox Code Playgroud)
这很可能导致网络连接丢失-错误99来自ssh
Connection Closed By Remote Host
Run Code Online (Sandbox Code Playgroud)
试试看
GIT_TRACE=1 git clone REPO new_dir
Run Code Online (Sandbox Code Playgroud)
这将让您确切知道它在哪里超时。