sudo brew install nginx 安装失败记录
2018-07-19 本文已影响31人
MMD_
在安装nginx的时候报如下错误
sudo brew install nginx
Error: Running Homebrew as root is extremely dangerous and no longer supported.
As Homebrew does not drop privileges on installation you would be giving all
build scripts full access to your system.
解决办法:
去掉sudo
brew install nginx