Getting ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) when I try to install a gem with Ruby ruby 2.0.0p451 -



Getting ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) when I try to install a gem with Ruby ruby 2.0.0p451 -

this question has reply here:

“gem install rails” fails dns error 14 answers

i installed ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0] using rvm , have list:

⇒ rvm list rvm rubies jruby-1.6.8 [ x86_64 ] jruby-1.7.0 [ x86_64 ] jruby-1.7.1 [ x86_64 ] mruby-head [ x86_64 ] rbx-head [ x86_64 ] ruby-1.8.7-head [ i686 ] ruby-1.8.7-p374 [ i686 ] ruby-1.9.3-p194 [ x86_64 ] ruby-1.9.3-p286 [ x86_64 ] * ruby-2.0.0-p353 [ x86_64 ] => ruby-2.0.0-p451 [ x86_64 ] ruby-2.0.0-preview2 [ x86_64 ] ruby-head [ x86_64 ] # => - current # =* - current && default # * - default ⇒ ruby -v ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]

now i'm not beingness able install gem , when error:

⇒ gem install will_paginate error: while executing gem ... (gem::remotefetcher::fetcherror) errno::etimedout: operation timed out - connect(2) (https://your-dns-needs-immediate-attention.hi.link/quick/marshal.4.8/will_paginate-3.0.7.gemspec.rz)

i'm getting same error whenever seek install of gems.

any help highly appreciated.

cheers

okay bear me : go osx network settings, under dns you'll see home.network line under search domains area. after googling seems comcast changed hds1.ma.comcast.net;. alter back, restart , give gem install rails try

originally posted here

ruby gem rubygems rvm bundle

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -