git 远程 clone 仓库 提升: fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack fa

git 远程 clone 仓库 提升:

$ git clone ssh://[email protected]:9999/test-web.git
Cloning into 'test-web'...
remote: Counting objects: 2029, done
remote: Finding sources: 100% (2029/2029)
Connection to xx.xx.xx.xx closed by remote host.0 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

解决:

     执行命令:git config --add core.compression -1

     查看配置是否添加成功:git config -l

git 远程 clone 仓库 提升: fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack fa_第1张图片

重新 clone 即可。

你可能感兴趣的:(git 远程 clone 仓库 提升: fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack fa)