Answers for "remove git proxy"

1

git remove proxy settings

git config --global --unset https.proxy
git config --global --unset http.proxy
Posted by: Guest on August-19-2020
0

remove git proxy

git config --global --unset https.proxy
git config --global --unset http.proxy
Posted by: Guest on October-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language