ERRno::ECONNRESTE: An existing connection was forcibly closed by the remote

来自https://ruby.taobao.org/

由于国内网络原因(你懂的),导致 rubygems.org 存放在 Amazon S3 上面的资源文件间歇性连接失败。所以你会与遇到 gem install rackbundle install 的时候半天没有响应,具体可以用 gem install rails -V 来查看执行过程。

这是一个完整 rubygems.org 镜像,你可以用此代替官方版本,同步频率目前为 15分钟一次以保证尽量与官方服务同步。
如何使用?
$ gem sources --add https://ruby.taobao.org/ --remove https://rubygems.org/
$ gem sources -l
*** CURRENT SOURCES ***

https://ruby.taobao.org
# 请确保只有 ruby.taobao.org
$ gem install rails

转载于:https://www.cnblogs.com/hihigh/p/5182998.html

你可能感兴趣的:(ERRno::ECONNRESTE: An existing connection was forcibly closed by the remote)