2017年1月1日星期日

brew with a socks5 proxy

brew with a socks5 proxy

set a socks proxy with git for the http transport
git config --global http.proxy 'socks5://127.0.0.1:1081'
set a socks proxy for curl: just add proxy=socks5://127.0.0.1:1081 to ~/.curlrc.

没有评论: