0%

设置代理

设置代理

1
2
3
git config --global http.proxy socks://127.0.0.1:10808
git config --global http.proxy http://127.0.0.1:10809
git config --global http.proxy https://127.0.0.1:10808

取消代理

1
git config --global --unset http.proxy