Git und Proxies
<br></br>set proxy: git config --global http.proxy http://proxyuser:proxypwd@proxy-server:8080
reset proxy: git config –global –unset http.proxy
check proxy: git config –global –get http.proxy
Dieser Eintrag ist vom Autor unter
CC BY 4.0
lizensiert.