开发者

I use the rvm1.8.7,but when i use to install the rails v=2.3.11 it throws the error

ERROR: Could not find a valid gem 'rails' (= 2.3.11) in any repositor开发者_运维百科y

any one help me Pleace


Use gem install rails -v=2.3.11 or gem install rails --version=2.3.11


This method should solve your issue:

$ gem install --http-proxy http://201.187.107.19:8080 rails

Note, the IP address and the port number refers to a proxy. You should search for a proxy list and use one of the proxies there.

This is sample site with proxies: http://www.cybersyndrome.net/pla5.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜