美文网首页
fatal: unable to access 'https:/

fatal: unable to access 'https:/

作者: yzr_0802 | 来源:发表于2022-03-31 11:03 被阅读0次

如果你开启了VPN,很可能是因为代理的问题,这时候设置一下http.proxy就可以了。

一定要查看自己的VPN端口号,假如你的端口号是7890,在git bash命令行中输入以下命令即可:

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

相关文章

网友评论

      本文标题:fatal: unable to access 'https:/

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