在编译webrtc的时候遇到的一个很大的问题就是F墙,这个问题困扰无数国内的程序员,这里介绍一个可以通过设置ss为gclient的方式
1.安装polipo
sudo apt-get install polipo
2. 设置polipo的socks5的代理为
sudo polipo socksParentProxy=localhost:1080 这里的localhost换为shadowsocks的客户端监听的IP地址
3.在linux环境下 export http_proxy=127.0.0.1:8123
export https_proxy=127.0.0.1:8123
4.OK. gclient sync
本文介绍了在国内编译webrtc时如何通过设置SS代理解决F墙问题。首先安装polipo,然后配置polipo的socks5代理,接着在Linux环境下设置http_proxy和https_proxy环境变量,最后执行gclient sync即可正常同步。
2万+

被折叠的 条评论
为什么被折叠?



