带有 netbeans 6.9.1 的 Ruby on Rails 插件
在 Windows Rails 上的 Net beans 6.9.1 中,插件根本无法工作。 他们甚至不会从命令行安装,以前有人见过这个吗?
我在 Windows 和运行时使用 git。
ruby script\plugin install http://github.com/thoughtbot/shoulda.git/
在我得到的应用程序的基本目录中。
Permission denied -- script/plugin (LoadError)
我已经确保该目录是可读的,所以我不知道。
In net beans 6.9.1 on windows rails plug-ins just simply don't work.
they wont even install from the command line, has anyone ever seen this before.
I am using git for windows and when I run.
ruby script\plugin install http://github.com/thoughtbot/shoulda.git/
in the base directory of my app I get.
Permission denied -- script/plugin (LoadError)
I have made sure the directory is readable, so I don't have a clue.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否以管理员身份运行?您的帐户具有管理权限这一事实与以管理员身份运行 ruby 脚本不同。
Are you running as Administrator? The fact that your account has administrative privileges is not the same as running a ruby script as Administrator.