美文网首页
git clone https://chromium.googl

git clone https://chromium.googl

作者: 猫先生的一天 | 来源:发表于2020-09-23 18:19 被阅读0次

关于git clone https://chromium.googlesource.com/chromium...报443错误的解决方法

1.科学上网的注意找到代理软件的本地代理地址

2.设置global的http.proxy

例如我的地址

git config --global http.proxy socks5:127.0.0.1:1080

再执行 git clone https://chromium.googlesource.com/chromium.。。。就可以了

相关文章

网友评论

      本文标题:git clone https://chromium.googl

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