Gem :: RemoteFetcher :: UnknownHostError:没有这样的名字

时间:2015-03-19 04:44:40

标签: ruby-on-rails ruby rubygems libv8

尝试捆绑安装时遇到错误:

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

任何人都可以提供帮助吗?

1 个答案:

答案 0 :(得分:0)

手动运行

gem install libv8 -v '3.16.14.7'

再次运行bundle install