git bash disable proxy code example
Example: git remove proxy settings
git config --global --unset https.proxy
git config --global --unset http.proxy
git config --global --unset https.proxy
git config --global --unset http.proxy