为什么我在创建新的 .rvmrc 文件时收到权限被拒绝错误?

发布于 2025-01-06 17:01:49 字数 442 浏览 0 评论 0原文

I'm running Ubuntu 11.10 and have installed rvm using the standard instructions listed here -- this included using rvm to install ruby 1.9.3. Once completed, I ran rvm use 1.9.3 and then created a gemset titled rails321, set rvm to use 1.9.3 and gem install rails into that gemset. Finally, I'm attempting to create an .rvmrc file in a directory with the below, but I'm getting a permission denied error:

enter image description here

I'm faily new in this environment, so I'd love some help. Thanks :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

紫南 2025-01-13 17:01:49

您可能缺乏 ~/projects/simple 中的写入权限。使用 ls -dal 。 .rvmrc 检查目录和文件的所有者和权限位(如果已存在)。

You probably lack write permissions in ~/projects/simple. Use ls -dal . .rvmrc to check the owner and permission bits of the directory and the file in case it already exists.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文