【发布时间】:2013-06-28 03:58:02
【问题描述】:
$ brew install fontconfig
Error: Permission denied - /Library/Caches/Homebrew/Formula/fontconfig.brewing
$ sudo chown -R `whoami` /usr/local
$ brew install fontconfig
Error: Permission denied - /Library/Caches/Homebrew/Formula/fontconfig.brewing
不知道从这里去哪里。运行 brew doctor 来解决一些现有问题,但似乎无法解决这个问题。
【问题讨论】:
-
你没有
chown系统目录。你可能想说sudo brew install fontconfig。 -
Homebrew 不希望您在执行操作时使用
sudo。即Error: Cowardly refusing to 'sudo brew install' You can use brew with sudo, but only if the brew executable is owned by root. However, this is both not recommended and completely unsupported so do so at your own risk. -
尝试使用磁盘医生修复文件夹权限