我有MacOs Catilina 10.15操作系统和国产3.0.11。每次我用brew安装软件包,然后得到Error: Permission denied @ rb_file_s_rename (/Users/username/Library/Caches/Homebrew/.linkage.json20210406-4110-onnsth, /Users/username/Library/Caches/Homebrew/linkage.json)
运行这个命令sudo chown -R $(whoami):admin /Users/vineet/Library/Caches/Homebrew之后,我就可以安装了。在这里,我不希望运行sudo chown..命令来删除Error: Permission denied @ rb_file_s_rename...。我想永远删除Permission denied @ rb_file_s_rename linkage.json错误。
发布于 2022-02-09 09:04:45
每当使用打开rails项目时,我都会收到类似于“您是否信任这些脚本”的警告。我只是选择了“不”。我用一个名为index的方法生成了一个控制器,并希望在路由(http://localhost:3000/home/index)中导航。我面临着这样的错误。我关闭了Visual代码,路由(http://localhost:3000/home/index)开始工作。
https://stackoverflow.com/questions/66964104
复制相似问题