Dazu wird eine Git Shell geöffnet und folgender Wert eingegeben:
Code: Alles auswählen
git config --global http.proxy <proxyUser>:<proxyPwd>@<proxyadresse>:<proxyport>
Code: Alles auswählen
git config --global http.proxy <domäne>%2F<proxyUser>:<proxyPwd>@<proxyadresse>:<proxyport>
Domäne = mydomain
Proxyuser = user
Proxypassword = 123456
Proxyhostname = myproxy
Proxy Port = 8080
Code: Alles auswählen
git config --global http.proxy mydomain%2Fuser:123456@myproxy:8080