我刚刚在 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!