brew - permission denied

孤人 提交于 2019-12-06 15:44:52

I have the same issue. File "/Library/Ruby/Gems/2.0.0/specifications/terminal-notifier-1.6.0.gemspec" has invalid permissions by some reason (read only for owner, not for group). It can be fixed by just adding read permission to group for this file like:

sudo chmod g+r /Library/Ruby/Gems/2.0.0/specifications/terminal-notifier-1.6.0.gemspec
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!