具体报错
fatal: The remote end hung up unexpectedly
fatal: index-pack failed
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
解决,当前目录
1、$ git config --global core.compression 0
2、git clone --depth 1 <repo_URI>
ok
本文介绍了一种解决Git操作中遇到的远程仓库连接异常问题的方法。具体包括配置压缩级别为0以及使用--depth参数进行克隆等步骤。
具体报错
fatal: The remote end hung up unexpectedly
fatal: index-pack failed
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
解决,当前目录
1、$ git config --global core.compression 0
2、git clone --depth 1 <repo_URI>
ok
4209
4055

被折叠的 条评论
为什么被折叠?