Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. C:\Users\Subhash>ping rubygems.org
  2.  
  3. Pinging rubygems.org [54.186.104.15] with 32 bytes of data:
  4. Control-C
  5. ^C
  6. C:\Users\Subhash>gem install --debug bundler
  7. Exception `NameError' at C:/Ruby200-x64/lib/ruby/2.0.0/fiddle/import.rb:153 - uninitialized constant Fiddle::Function::STDCALL
  8. Exception `Errno::EEXIST' at C:/Ruby200-x64/lib/ruby/2.0.0/fileutils.rb:245 - File exists - C:/Users/Subhash/.gem/specs/rubygems.org%443
  9. Exception `Errno::ETIMEDOUT' at C:/Ruby200-x64/lib/ruby/2.0.0/net/http.rb:878 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - connect(2)
  10. Exception `Gem::RemoteFetcher::FetchError' at C:/Ruby200-x64/lib/ruby/2.0.0/rubygems/remote_fetcher.rb:296 - Errno::ETIMEDOUT: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - connect(2) (https://rubygems.org/latest_specs.4.8.gz)
  11. Exception `Gem::SpecificGemNotFoundException' at C:/Ruby200-x64/lib/ruby/2.0.0/rubygems/dependency_installer.rb:308 - Could not find a valid gem 'bundler' (>= 0) locally or in a repository
  12. ERROR: Could not find a valid gem 'bundler' (>= 0), here is why:
  13. Unable to download data from https://rubygems.org/ - Errno::ETIMEDOUT: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - connect(2) (https://rubygems.org/latest_specs.4.8.gz)
  14. Exception `Errno::EEXIST' at C:/Ruby200-x64/lib/ruby/2.0.0/fileutils.rb:245 - File exists - C:/Users/Subhash/.gem/specs/rubygems.org%443
  15. Exception `Errno::ENOENT' at C:/Ruby200-x64/lib/ruby/2.0.0/rubygems/remote_fetcher.rb:305 - No such file or directory - C:/Users/Subhash/.gem/specs/rubygems.org%443/prerelease_specs.4.8
  16. Exception `SocketError' at C:/Ruby200-x64/lib/ruby/2.0.0/net/http.rb:878 - getaddrinfo: The specified class was not found.
  17. Exception `Gem::RemoteFetcher::UnknownHostError' at C:/Ruby200-x64/lib/ruby/2.0.0/rubygems/remote_fetcher.rb:294 - no such name (https://rubygems.org/prerelease_specs.4.8.gz)
  18. Exception `Errno::EEXIST' at C:/Ruby200-x64/lib/ruby/2.0.0/fileutils.rb:245 - File exists - C:/Users/Subhash/.gem/specs/rubygems.org%443
  19. Exception `Errno::ENOENT' at C:/Ruby200-x64/lib/ruby/2.0.0/rubygems/remote_fetcher.rb:305 - No such file or directory - C:/Users/Subhash/.gem/specs/rubygems.org%443/specs.4.8
  20. Exception `SocketError' at C:/Ruby200-x64/lib/ruby/2.0.0/net/http.rb:878 - getaddrinfo: The specified class was not found.
  21. Exception `Gem::RemoteFetcher::UnknownHostError' at C:/Ruby200-x64/lib/ruby/2.0.0/rubygems/remote_fetcher.rb:294 - no such name (https://rubygems.org/specs.4.8.gz)
  22.  
  23. C:\Users\Subhash>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement