Mac 下使用brew install 报错: Error: Cowardly refusing to `sudo brew install'
程序员文章站
2022-07-14 15:32:55
...
Mac 下使用brew install 报错:
localhost:infer-osx-v0.6.0 admin$ sudo brew install opamError: 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 atyour own risk.
用sudo执行brew命令,必须将 /usr/local/bin/brew 改成root
sudo chown root:wheel /usr/local/bin/brew
上一篇: 细粒度权限控制之基本概念篇
下一篇: oracle:DCL(数据控制)