报错类型:
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条)