设置代理:
git config --global http.proxy http://127.0.0.1:8099
git config --global https.proxy https://127.0.0.1:8099取消代理:
git config --global --unset http.proxy
git config --global --unset https.proxy设置代理:
git config --global http.proxy http://127.0.0.1:8099
git config --global https.proxy https://127.0.0.1:8099git config --global --unset http.proxy
git config --global --unset https.proxy
1164
1002
1万+
1808

被折叠的 条评论
为什么被折叠?