brew

Mac 下使用brew install 报错:
localhost:infer-osx-v0.6.0 admin$ sudo brew install opam
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.
用sudo执行brew命令,必须将 /usr/local/bin/brew 改成root

sudo chown root:wheel /usr/local/bin/brew

brew镜像
https://blog.csdn.net/yilovexing/article/details/95043434

你可能感兴趣的:(brew)