伊谢尔伦2017-05-02 09:24:23
不用https的链接,改用ssh链接能解决一部分问题。不过速度很慢。
SS开放出来的是socks协议的代理,不能直接用于http(s)_proxy。
自己装个privoxy或者3proxy之类的转接一下。
比如我用3proxy,配置:
nscache 65536
timeouts 1 5 30 60 180 1800 15 60
log
logformat "- +_L%t.%. %N.%p %E %U %C:%c %R:%r %O %I %h %T"
rotate 7
auth iponly
allow *
parent 1000 socks5+ 127.0.0.1 2080
proxy -a -p2081
然后再export https_proxy=127.0.0.1:2081
和export http_proxy=127.0.0.1:2081
就可以了。
Github用的貌似是https协议吧。