Monday, September 17, 2012

Setting Git

Just in case if forget to setting proxy for your GIT if you want to use GIT with proxy then type command below
git config --global http.proxy 
but if you want to delete your proxy setting for your GIT app, then type command below
git config --global --unset http.proxy

No comments: