安装耙子

发布于 2024-09-04 01:09:47 字数 620 浏览 6 评论 0原文

我们尝试在我们的电脑上安装 rake 但出现以下错误..我们甚至尝试更新 gems 但徒劳。我们需要在 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

we tried to install rake on our pc but there were following errors.. We even tried updating gems but in vain. We need to run some tasks on rake and dont know how to go abt it.

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

泪意 2024-09-11 01:09:47

您在代理服务器后面吗?如果是这样,请适当设置 HTTP_PROXY 环境变量。这是当无法联系存储库时出现的错误。例如:

set HTTP_PROXY=http://proxy.mycompany.com:8888

将临时设置它。

Are you behind a proxy server? If so, set your HTTP_PROXY environment variable appropriately. This is the sort of error you get when the repository can't be contacted. For example:

set HTTP_PROXY=http://proxy.mycompany.com:8888

will set it temporarily.

拍不死你 2024-09-11 01:09:47

我不认为这是更新 RubyGems 的命令。您是否尝试过gem update --system?之后您也许可以安装 Rake。

I don't think that's the command to update RubyGems. Have you tried gem update --system? You might be able to install Rake after that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文