github 克隆 项目代码失败解决办法

ぐ巨炮叔叔 提交于 2020-08-10 06:31:19
克隆代码报以下错误
Early EOF the remote end hung up unexpectedly index-pack failed RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

执行命令
git config --global http.postBuffer 5242880000


修改hosts文件
# fix git clone github project failed 
140.82.113.3 github.com 
199.232.5.194 github.global.ssl.fastly.net
192.30.253.120 codeload.github.com

cmd命令刷新DNS解析
ipconfig /flushdns

 

 

 

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!