[http]
proxy = http://127.0.0.1:7890
[https]
proxy = https://127.0.0.1:7890
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy https://127.0.0.1:7890
[http]
proxy = http://127.0.0.1:7890
[https]
proxy = https://127.0.0.1:7890
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy https://127.0.0.1:7890