差别
这里会显示出您选择的修订版和当前版本之间的差别。
| public:it:chromium [2021/07/13 16:15] – 创建 oakfire | public:it:chromium [2021/07/13 16:49] (当前版本) – oakfire | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| ====== Chromium ====== | ====== Chromium ====== | ||
| * windows [[https:// | * windows [[https:// | ||
| + | * 代理设置:< | ||
| + | |||
| + | chromium 代理完美解决办法 | ||
| + | |||
| + | # | ||
| + | |||
| + | git config --global http.proxy 127.0.0.1: | ||
| + | git config --global https.proxy 127.0.0.1: | ||
| + | |||
| + | # | ||
| + | |||
| + | netsh winhttp set proxy 127.0.0.1: | ||
| + | |||
| + | # | ||
| + | |||
| + | cipd_client项目来源于 | ||
| + | https:// | ||
| + | 通过源码分析使用的是golong的net/ | ||
| + | |||
| + | set HTTP_PROXY=127.0.0.1: | ||
| + | set HTTPS_PROXY=127.0.0.1: | ||
| + | |||
| + | 本地代理(VPN)要求1081端口是本地http/ | ||
| + | 如果是socks5代理cipd_client是不支持的, | ||
| + | 需要使用privoxy.exe再做一层http/ | ||
| + | ———————————————— | ||
| + | 版权声明:本文为CSDN博主「杨小卫」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。 | ||
| + | 原文链接:https:// | ||
| + | </ | ||
| + | |||