美文网首页
Mac终端Error: The following direct

Mac终端Error: The following direct

作者: soupcat | 来源:发表于2019-08-20 13:55 被阅读0次

Homebrew安装应用,权限报错

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

And make sure that your user has write permission.
  chmod u+w /usr/local/share/man/man8

尝试回收权限

sudo chown -R `whoami`:admin /usr/local/bin
sudo chown -R `whoami`:admin /usr/local/share

然后就可以正常安装啦

相关文章

网友评论

      本文标题:Mac终端Error: The following direct

      本文链接:https://www.haomeiwen.com/subject/qqcpsctx.html