简体   繁体   中英

Gem::RemoteFetcher::FetchError with installing bundler gem

Hell All,

Since last few days I am facing a wierd issue with installing some gems. I have tried installing bundler gem

Fetching: bundler-1.1.3.gem ( 18%)ERROR:  While executing gem ... (Gem::RemoteFetcher::FetchError)
    too many connection resets (http://cachefly.mirrors.rubygems.org/gems/bundler-1.1.3.gem)

I have checked my internet connection and it is working fine with other downloads.

It's probably the rubygems site getting thrashed. Try downloading the gem file directly with wget or curl and then install directly from the gem file, eg:

$ gem install <path_to_gem_file.gem>

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