bundle install时出现下面的问题:
Gem::RemoteFetcher::FetchError: Errno::ECONNRESET: Connection reset by peer - SSL_connect (https://rubygems.org/gems/rack-1.4.1.gem)
问题原因:据说是因为rails的源在外国服务器上,所以连接不上去.
解决办法:把bundle的源也改到淘宝的源上,你可能已经改了gem的源,但是没有.
执行下面的命令:bundle config 'mirror.https://rubygems.org' 'https://ruby.taobao.org'