How to install gem behind proxy in Windows
2012-08-07 13:07:47
2012-08-07 12:36:32
Autor:
Sony Santos
(sony)
https://gigawiki.com/sony/how-to-install-gem-behind-proxy-in-windows
Permalink:
https://gigawiki.com/2938
categ = links, solved
Open CMD.EXE as Administrator and type:
SET HTTP_PROXY=http://user:password@host:port
gem install mygem
(You must replace user, password, host, port and mygem.)
Source:
http://stackoverflow.com/questions/4418/how-do-i-update-ruby-gems-from-behind-a-proxy-isa-ntlm
OR
gem install mygem --http-proxy=http://user:pass@proxy:port
Source:
http://help.rubygems.org/discussions/problems/771-installation-of-watir
Please enable JavaScript to view the
comments powered by Disqus.
blog comments powered by
Disqus