anonymoussc
May 10, 2020 • Less than a minute read

Set, unset and get git global http.proxy configuration

Set

git config --global http.proxy http://proxyusr:proxypwd@proxy.server.com:80

Unset

git config --global --unset http.proxy

Get

git config --global --get http.proxy

Good, better, best. Never let it rest. ‘Til your good is better and your better is best. - St. Jerome

Post by: Anonymoussc (@anonymoussc)