使用polipo解决webrtc gclient sync失败的问题
问题
在同步webrtc代码,使用gclient sync,如下只给git配置socks5代理总会失败。
[http]
proxy = socks5://127.0.0.1:22222
[https]
proxy = socks5://127.0.0.1:22222
会报如下错误
____ running 'cipd ensure -log-level error -root /home/xxx/webrtc/webrtc-checkout -ensure-file /tmp/tmpSfax2e.ensure' in '.'
Errors:
failed to resolve infra/tools/luci/isolate/linux-amd64@git_revision:25958d48e89e980e2a97daeddc977fb5e2e1fb8c (line 4): Post https://chrome-infra-packages.appspot.com/prpc/cipd.Repository/ResolveVersion: dial tcp 64.13.232.149:443: i/o timeout
failed to resolve infra/tools/luci/isolated/linux-amd64@git_revision:25958d48e89e980e2a97daeddc977fb5e2e1fb8c (line 5): Post https://chrome-infra-packages.appspot.com/prpc/cipd.Repository/ResolveVersion: dial tcp 64.13.232.149:443: i/o timeout
failed to resolve infra/tools/luci/swarming/linux-amd64@git_revision:25958d48e89e980e2a97daeddc977fb5e2e1fb8c (line 6): Post https://chrome-infra-packages.appspot.com/prpc/cipd.Repository/ResolveVersion: dial tcp 64.13.232.149:443: i/o timeout
Error: Command 'cipd ensure -log-level error -root /home/xxx/webrtc/webrtc-checkout -ensure-file /tmp/tmpSfax2e.ensure' returned non-zero exit status 1
分析
发现是gclient会访问一些被墙掉的网址,需要配置http的全局代理。
解决
使用polipo,将socks5代理转换成全局的http代理。
1.安装polipo
sudo apt-get install polipo
2.配置polipo, vi /etc/polipo/config 添加
socksParentProxy=127.0.0.1:22223
3.重启服务
sudo service polipo restart
4.配置全局http代理
export http_proxy=127.0.0.1:8123
export https_proxy=127.0.0.1:8123
5.这时gclient sync就能成功了
- 分享
- 举报
-
浏览量:1021次2023-12-24 13:08:48
-
浏览量:5929次2021-06-01 18:04:54
-
浏览量:125次2024-10-18 13:07:07
-
浏览量:7259次2021-03-18 08:54:25
-
浏览量:2531次2020-08-26 17:38:24
-
浏览量:4131次2020-09-30 18:16:12
-
2023-12-24 00:06:09
-
浏览量:4441次2021-11-20 15:17:49
-
浏览量:1520次2023-05-05 14:55:59
-
浏览量:3012次2019-08-21 17:25:46
-
浏览量:9851次2020-12-10 17:08:30
-
浏览量:3402次2017-10-21 22:23:16
-
浏览量:2854次2023-11-24 19:08:58
-
浏览量:1879次2020-03-12 10:36:28
-
浏览量:11906次2021-07-26 11:43:20
-
浏览量:5617次2021-07-26 11:43:42
-
浏览量:3057次2020-10-14 09:30:05
-
2023-09-04 10:46:33
-
浏览量:1236次2024-01-16 09:54:41
-
广告/SPAM
-
恶意灌水
-
违规内容
-
文不对题
-
重复发帖
494816491
感谢您的打赏,如若您也想被打赏,可前往 发表专栏 哦~
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明