美文网首页
git clone大文件错误

git clone大文件错误

作者: 狗娃_ | 来源:发表于2021-06-18 18:19 被阅读0次

错误:

error: RPC failed; curl 18 transfer closed with outstanding read data remaining 
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

解决办法:

git clone http://github.com/large-repository --depth 1
cd large-repository
git fetch --unshallow

相关文章

网友评论

      本文标题:git clone大文件错误

      本文链接:https://www.haomeiwen.com/subject/fjklyltx.html