【发布时间】:2009-12-02 14:16:26
【问题描述】:
我在这个问题is-it-possible-to-download-a-ruby-gem-without-installing-it-automatically 上阅读了gem fetch 的答案。但是 windows 我并不总是得到 windows gem。
使用gem install gosu --remote安装windows版本Successfully installed gosu-0.7.15-x86-mswin32-60。
使用gem fetch gosu 下载时,我得到Downloaded gosu-0.7.15,这是linux 版本,无法在我的Windows PC 上安装。
使用 gem fetch gosu-0.7.15-x86-mswin32-60 和类似的尝试请求特定的 gem 产生 ERROR: Could not find gosu-0.7.15-x86-mswin32-60 in any repository
关于在使用 fetch 与 install 时如何为我的 PC 获取正确版本的任何想法?
【问题讨论】:
标签: ruby installation gem