Recent Posts

Monday, January 11, 2010

How to install rails plugin behind the proxy

I was facing problem installing my rails plugins behind windows proxy

It was giving me plugin not found error all the time i tried to install a new plugin

after research setting http_proxy in command prompt as belows solved my problem

set http_proxy=http://username:password@proxy:8080

Related Posts by Categories




No comments:

Post a Comment