使用brew install *****报错无指定文件夹写入权限的解决办法

时光怂恿深爱的人放手 提交于 2020-02-01 14:16:55

当遇到以下错误时

brew install watchman
Error: The following directories are not writable by your user:
/usr/local/share/man/man8

You should change the ownership of these directories to your user.
  sudo chown -R $(whoami) /usr/local/share/man/man8

其实报错信息中已经给出提示了,先sudo chown -R $(whoami) /usr/local/*,然后在brew install ******** 就好啦

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!