Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
运行以下命令时:
rvm install 1.9.3
我得到以下输出:
错误:请求的 URL 不存在:ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-.tar.bz2
我已将 rvm 更新为最新并输入rvm reload
rvm reload
有任何想法吗?
URL 应该类似于:ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3- p194 .tar.bz2
尝试通过以下方式更新您的 rvm
rvm get head
然后通过安装 1.9.3
您应该能够通过明确说明所需的补丁级别来安装:rvm install 1.9.3-p194
rvm install 1.9.3-p194