备用,不解释
socks5 to http proxy
1、 首先安装 polipo, 设置parent proxy to Ss:
1 | apt-get install polipo |
macosx运行
1 | brew install polipo |
设置全局http proxy:
1 | http_proxy=http://localhost:8123 apt-get update |
对于git:
1 | git config --global http.proxy 127.0.0.1:8123 |
glide mirror
1 | $ rm -rf ~/.glide |
