【github报错解决】Failed to connect to github.com port 443: Couldn’t connect to server

 今天使用github push时候报错的

解决办法:

1、查看本机代理

路径:设置->网络和Internet->代理->地址:端口

 

2、用git cmd修改配置,port就用刚刚代理端口值

git config --global http.proxy http://127.0.0.1:[port]
git config --global https.proxy http://127.0.0.1:[port]

3、修改好之后,就可以push了

 

千百度
© 版权声明
THE END
喜欢就支持一下吧
点赞9 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容