简体   繁体   中英

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 repository

any one help me Pleace

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM