IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    chromium .cipd_client 失败的解决办法

    聂文龙发表于 2017-12-20 05:39:00
    love 0

    chromium 代理完美解决办法

    #git的代理设置

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

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

    #winhttp的代理设置

    netsh winhttp set proxy 127.0.0.1:1080

    #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:1080
    set HTTPS_PROXY=https://127.0.0.1:1080


    聂文龙 2017-12-20 13:39 发表评论


沪ICP备19023445号-2号
友情链接