http:
git config --local http.proxy 127.0.0.1:7890
https:
git config --local https.proxy 127.0.0.1:7890
http:
git config --global http.proxy 127.0.0.1:7890
https:
git config --global https.proxy 127.0.0.1:7890
git config --local --unset http.proxy
git config --local --unset https.proxy
git config --global --unset http.proxy
git config --global --unset https.proxy