开发者

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

开发者 https://www.devze.com 2023-03-21 17:35 出处:网络
ERROR:Could not find a valid gem \'rails\' (= 2.3.11) in any repositor开发者_运维百科y any one help me PleaceUse gem install rails -v=2.3.11 or gem install rails --version=2.3.11This method should so

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

精彩评论

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