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

Wednesday, September 12, 2012

Setting Proxy for Maven

Just write down when need proxy to grab maven repo go to maven directory and find setting.xml. and find sub proxies

   
   true
   myproxy.host.net
     80