【发布时间】:2016-01-04 21:29:27
【问题描述】:
当我使用 rails new Test 创建一个新的 rails 应用程序时,我收到以下错误。
run bundle install
Your user account isn't allowed to install to the system Rubygems.
You can cancel this installation and run:
bundle install --path vendor/bundle
to install the gems into ./vendor/bundle/, or you can enter your password
and install the bundled gems to Rubygems using sudo.
我有 rbenv -v rbenv 0.4.0 和 rails -v Rails 4.2.4
如何解决这个问题,以便创建一个没有这个问题的新 Rails 应用程序?
【问题讨论】:
标签: ruby-on-rails