首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > Ruby Rails >

Ruby Gem Proxy 署理设置

2012-08-26 
Ruby Gem Proxy 代理设置今天有个问题,Ruby Gem命令install的时候,如果遇到有代理,需要设置??具体的:$ gem

Ruby Gem Proxy 代理设置

今天有个问题,Ruby Gem命令install的时候,如果遇到有代理,需要设置

?

?

具体的:

$ gem install --http-proxy?http://localhost:8888?$gem_name

?

设置代理方法如上

?

?

参考:

http://stackoverflow.com/questions/4418/how-do-i-update-ruby-gems-from-behind-a-proxy-isa-ntlm

http://docs.rubygems.org/read/chapter/13#page51

http://docs.rubygems.org/read/chapter/15#page67

?

?

热点排行