git config http.proxy unset 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