简体   繁体   中英

Gem::RemoteFetcher::UnknownHostError: no such name

I get error when trying to bundle install:

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.

Any one can help?

Run manually

gem install libv8 -v '3.16.14.7'

And run again bundle install

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM