chromium .cipd_client 失败的解决办法
Posted hookjc
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了chromium .cipd_client 失败的解决办法相关的知识,希望对你有一定的参考价值。
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 失败的解决办法的主要内容,如果未能解决你的问题,请参考以下文章
带有 vs2013 的 Windows 7 上的 Chromium 构建失败(警告为错误)
为啥 Qt WebEngine Chromium 在 MSVS Express 2015 下构建失败?
Websockets 到 localhost 在基于 chromium 的浏览器中失败