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
No comments:
Post a Comment