美文网首页
github.com port 443: Timed out g

github.com port 443: Timed out g

作者: 哈皮呀 | 来源:发表于2021-03-20 16:15 被阅读0次

搬家之后,换了个比较差劲的某城宽带,很多网站访问很慢,就连看看股票行情都慢得要死。今天发现

git pull 直接提示超时,很烦人:

Failed to connect to github.com port 443: Timed out

没办法,只能设置走代理了(没有梯子的自己想办法)

git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890

7890是代理的端口号,SSR默认是1080

相关文章

网友评论

      本文标题:github.com port 443: Timed out g

      本文链接:https://www.haomeiwen.com/subject/qhywcltx.html