git中设置http代理和取消http代理
设置http代理
git config --global https.proxy https://127.0.0.1:1080
取消http代理
git config --global --unset http.proxy
设置http代理
git config --global https.proxy https://127.0.0.1:1080
取消http代理
git config --global --unset http.proxy