赞
踩
目录
git clone <地址>
error: RPC failed; result=18, HTTP code = 200MiB/s
fatal: The remote end hung up unexpectedly
fatal: 过早的文件结束符(EOF)
fatal: index-pack failed
如果当前文件夹没有仓库,先建立仓库。
- git init
-
- git config http.postBuffer 524288000 //设置为500M,如果还是异常,可以考虑再增大:1073741824
-
- git clone --depth=1 <地址>
如果还不行,就再设置一下速度限制。
- git config --global http.lowSpeedLimit 0
- git config --global http.lowSpeedTime 99999999
如果依然还是失败,请不要着急,再试几遍,因为也很可能只是网络问题。
git clone < https://github.com/....>
fatal: unable to access 'https://github.com/....': Failed to connect to github.com port 443: Connection refused
git config --global https.proxy 'socks5://127.0.0.1:1080'
如果有效,请随手d(゚∀゚d)点赞,并记得收藏保持。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。