tech:git_derriere_un_proxy_http
Git derrière un proxy HTTP
Source : http://stackoverflow.com/questions/783811/getting-git-to-work-with-a-proxy-server
git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080
Effacement de la conf proxy
git config --global --unset http.proxy
Vérif conf Finally, to check the currently set proxy:
git config --global --get http.proxy
tech/git_derriere_un_proxy_http.txt · Dernière modification : de 127.0.0.1
