0

When I try bundle install in my University I always get:

/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/remote_fetcher.rb:239:in `rescue in
fetch_path': SocketError: getaddrinfo: Name or service not known     
(http://rubygems.org/quick/Marshal.4.8/kgio-2.8.0.gemspec.rz) (Gem::RemoteFetcher::FetchError)

I hear the similar problems from other fellow students particularly when they are trying to install sqlite.

Alexander Suraphel
  • 10,103
  • 10
  • 55
  • 90

1 Answers1

0

I had some similar problems at my university. If your university has a VPN you can connect to, as well as their wireless internet, I would try connecting to that and then try "bundle install" again.

Nicoleyyz
  • 68
  • 4