概述
> git clone https://github.com/exoticplayer/2022NKUCS-Compilers-Lab.git c:Users26937Desktop编译原理框架代码2022NKUCS-Compilers-Lab --progress
fatal: unable to access 'https://github.com/exoticplayer/2022NKUCS-Compilers-Lab.git/': Failed to connect to 127.0.0.1 port 443 after 2074 ms: Connection refused
想要克隆仓库,出现这个error,查找资料发现可能是网络代理问题,由于之前科学上网,使用了某个proxy,应该是未关闭,于是使用以下命令:
git config --global --unset http.proxy
git config --global --unset https.proxy
取消网络代理,问题解决
但是仍不稳定,需要不断重置,可能是网络代理不断重启的问题,等有空再看看。
OpenSSL SSL_read: Connection was reset, errno 10054
git config --global http.sslVerify "false"
最后
以上就是会撒娇老鼠为你收集整理的关于github连接问题的全部内容,希望文章能够帮你解决关于github连接问题所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复