本文主要是介绍使用git clone error: RPC failed,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
git clone时,出现这个错误.
remote: Counting objects: 4592517, done.
remote: Compressing objects: 100% (1140430/1140430), done.
error: RPC failed; result=56, HTTP code = 2008.82 MiB | 4.72 MiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Solution:
修改Git的传输字节限制即可。
# git config --global http.postBuffer 524288000
这篇关于使用git clone error: RPC failed的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!