четверг, 10 октября 2013 г.

Git + proxy

git config --global http.proxy http://user:password@proxy.host.com:8080

убрать настройку:
git config --global --unset http.proxy