我们试图在我们的电脑上安装rake但是有以下错误..我们甚至尝试更新宝石但是徒劳无功。我们需要在rake上运行一些任务,而不知道如何去做它。
C:\Documents and Settings\nemanich\My Documents\gems>gem install rake-compi 0
.7.0.gem
ERROR: http://gems.rubyforge.org/ does not appear to be a repository
ERROR: Error installing rake-compiler-0.7.0.gem:
rake-compiler requires RubyGems version >= 1.3.5
C:\Documents and Settings\nemanich\My Documents\gems>gem install update_rubygems
.gem
ERROR: http://gems.rubyforge.org/ does not appear to be a repository
ERROR: could not find gem update_rubygems.gem locally or in a repository
答案 0 :(得分:0)
您是否在代理服务器后面?如果是这样,请相应地设置HTTP_PROXY环境变量。这是无法联系存储库时出现的那种错误。例如:
set HTTP_PROXY=http://proxy.mycompany.com:8888
会暂时设置它。
答案 1 :(得分:0)
我认为这不是更新RubyGems的命令。你试过gem update --system
吗?你可以在那之后安装Rake。