rails 初始化 项目的问题

出现的问题大概就是这样的

1
Gem::RemoteFetcher::FetchError: Errno::ECONNRESET: Connection reset by peer - SSL_connect

我已经将gem的源设置为taobao的源,但是初始化的结果确实用了本源

解决办法是

1
bundle config mirror.https://rubygems.org https://ruby.taobao.org

解决地址:

https://github.com/rapid7/metasploit-framework/issues/5187

Licensed under CC BY-NC-SA 4.0
最后更新于 Jul 21, 2025 18:17 +0800