Answers for "git bash remove proxy"

1

remove proxy git

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

remove proxy git

git config --unset http.proxy
git config --unset https.proxy
Posted by: Guest on November-09-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language