0

这是我在 rails 中运行 bundle install 后的错误。我正在使用 rails 4。我已经按照给出的说明进行操作,但没有任何反应。


Gem::RemoteFetcher::UnknownHostError: no such name (https://rubygems.org/gems/has_scope-0.6.0.rc.gem)
An error occurred while installing has_scope (0.6.0.rc), and
Bundler cannot continue.
Make sure that `gem install has_scope -v '0.6.0.rc'` succeeds
before bundling.

然后,这是gemfile

gem 'activeadmin', github: 'gregbell/active_admin'
gem "meta_search"
gem 'bourbon', '3.2.1'
gem 'has_scope', '0.6.0.rc'

谢谢!

4

1 回答 1

0

这似乎是一个网络问题。尝试traceroute rubygems.org从您的终端进行操作,看看您是否能够访问 ruby​​gems.org。如果没有,请稍后再试,或者尝试其他主机,例如http://ruby.taobao.org/。您可以更改 Gemfile 中的源。它通常是 Gemfile 的第一行,如果不起作用,请从 ruby​​gems 更改为我给你的上述链接traceroute

于 2014-12-10T01:21:29.417 回答