权限错误 Error: The following directories are not writable by your user:

心已赠人 2021-09-18 08:04 443阅读 0赞

前言

  1. 在用Homebrew安装包时遇到以下错误
  2. 报权限错误
  3. Error: The following directories are not writable by your user:/usr/local/share/man/man8
  4. You should change the ownership of these directories to your user.
  5. sudo chown -R $(whoami) /usr/local/share/man/man8

解决办法

收回权限后,即可正常下载,在终端输入

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

发表评论

表情:
评论列表 (有 0 条评论,443人围观)

还没有评论,来说两句吧...

相关阅读