Git代理

设置socket5代理git config --global http.proxy 'socks5://127.0.0.1:1087'git config --global https.proxy 'socks5://127.0.0.1:1087'设置H...

Read More