pod使用http代理 Posted on 2019-09-20 开启SS时,在终端中使Pod走Http&Https代理12git config --global http.proxy socks5://127.0.0.1:1080git config --global https.proxy socks5://127.0.0.1:1080 取消代理12git config --global --unset http.proxygit config --global --unset https.proxy