V8环境
网络墙国几个坑,常规代理方式(直接export 酸酸乳那种)不行
gclient内部跑download_from_google_storage时,是用不了socks的,只能用http代理,于是需要下载polipo,用它将socks转换为一个http代理,
12345678910111213141516171819$ cat /etc/polipo/config # This file onl...
Continue reading...