Search This Blog

About Me

Highly experienced in implementation and customization of Alfresco. More than 11 years of experience working on Alfresco, versions ranging from 2.x to 5.x. Successfully processed innovative and tailored CMS solutions to meet ever-changing business requirements for multiple clients. Role Includes : Experience in Alfresco Upgrades, SOLR migration, Proposals, Team Handling, Delivery, Content Migration, POC's etc.. Extensive experience in client co ordination, working on offshore-onshore model and project take over. Technical Expertise Includes : Java, JSP, Servlet, JSF, JavaScript, AJAX, Spring, SQL, Hibernate, Web Services(REST). Specialities Includes : Content Migration, Product Customization, Business CMS Solutions, Workflow, Project Transition.

Monday, January 16, 2017

Setting up Git Proxy

Sometimes you keep working behind firewall which can block your access to git repository.
In order to download git project/modules, you might need to set up proxy so that it can connect to github crossing firewall.

You can use below command in git bash console and try to clone the project.


##Setting Git Proxy###

$ git config --global http.proxy http://<PASSWORD>@<PROXY NAME>:<PROXY PORT>

No comments: