繁体   English   中英

Ruby on Rails新的应用程序错误:没有这样的文件加载

[英]Ruby on Rails new application error: no such file to load

我刚刚在Ubuntu 10.04上安装了Ruby,RubyGems和Rails。 现在我尝试创建一个新的应用程序:

rails new blog

它会返回一个错误:

run  bundle install
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require': no such file to load -- net/https (LoadError)
...
Fetching gem metadata from https://rubygems.org/.Unfortunately, a fatal error has occurred. Please see the Bundler 
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks! 

尝试:

apt-get install libopenssl-ruby

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM