本文主要是介绍GIT fatal: The remote end hung up unexpectedly,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
error: RPC failed; result=18, HTTP code = 200 MiB | 226.00 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
错误:
error: RPC failed; result=18, HTTP code = 200 MiB | 226.00 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
解决办法:
//–depth=1 表示只下载最近一次的版本
git clone --depth=1 http://gitlab.xxx.cn/yyy/zzz.git
git clone --depth=1 https://github.com/WeitaoZhu/mini2440-buildroot.git
这篇关于GIT fatal: The remote end hung up unexpectedly的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!