git config --global --get http.proxy git config --global --get https.proxy git config --global http.proxy http://localhost:7897 git config --global https.proxy http://localhost:7897 git config --global --unset http.proxy git config --global --unset https.proxy