【发布时间】:2014-03-16 12:09:50
【问题描述】:
我刚开始学习 Rails。我在 W8 上,我刚刚安装了 railsinstaller-2.2.2。 我在安装过程中没有任何问题。
然后我尝试构建一个新项目:
$ rails new test1
然后,它在之后保持阻塞:
create test/helpers
create test/helpers/.keep
create test/integration
create test/integration/.keep
create test/test_helper.rb
create tmp/cache
create tmp/cache/assets
create vendor/assets/javascripts
create vendor/assets/javascripts/.keep
create vendor/assets/stylesheets
create vendor/assets/stylesheets/.keep
run bundle install
有人给点建议吗?
我已经尝试删除并重新安装 railsinstaller。但是还是不行。
【问题讨论】:
-
您具体遇到了什么错误?这可能是 W8 管理员权限的问题
-
我没有任何消息错误!它看起来冻结了,但我不明白链接@AmrArafat 中的解决方案:(
-
c:/railsinstaller/devkit/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../../mingw32/bin/ld。 exe:无法打开输出文件 conftest.exe:权限被拒绝
-
是管理员权限问题吗?
标签: ruby-on-rails command new-project