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