16 Temmuz 2014 Çarşamba

How to set/unset git proxy

To set proxy server with git:

http_proxy=http://$server_ip:$server_port/
git config --global http.proxy $http_proxy

To unset proxy server with git:

git config --global --unset $http_proxy

Hiç yorum yok:

Yorum Gönder