[Github] Github网络错误,与VPN代理相关

报错类型:OpenSSL SSL_connect: Connection was reset in connection to http:github:443前提:计算机已经开了VPN代理

报错类型:

OpenSSL SSL_connect: Connection was reset in connection to http://github:443

前提:计算机已经开了VPN代理,造成无法正常通过github完成push/pull等操作

解决方法:

在终端中输入:

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

注意:这里的《7890》是相应VPN代理的端口号,如果是clash软件默认是这个端口号。所以需要根据自己的代理软件进行调整。

发布者:admin,转转请注明出处:http://www.yc00.com/web/1754427183a5158937.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信