码迷,mamicode.com
首页 > 其他好文 > 详细

chromium .cipd_client 失败的解决办法

时间:2020-06-22 21:11:11      阅读:98      评论:0      收藏:0      [点我收藏+]

标签:master   解决办法   hub   访问   设置代理   通过   环境变量设置   win   项目   

gclient config https://chromium.googlesource.com/v8/v8

chromium 代理完美解决办法

#git的代理设置

git config --global http.proxy http://127.0.0.1:1081

git config --global https.proxy https://127.0.0.1:1081

#winhttp的代理设置

netsh winhttp set proxy 127.0.0.1:1081

#cipd_client项目来源与https://github.com/luci/luci-go/tree/master/cipd/client/cipd

使用的是golong的net/http库访问http/https,可通过环境变量设置代理

set HTTP_PROXY=http://127.0.0.1:1081
set HTTPS_PROXY=https://127.0.0.1:1081

chromium .cipd_client 失败的解决办法

标签:master   解决办法   hub   访问   设置代理   通过   环境变量设置   win   项目   

原文地址:https://www.cnblogs.com/hookjc/p/13178952.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!