赞
踩
本人的Mac os是10.14版本的。为了能安装nginx。网上查询了各种安装都不行。一直报错。
1.chmod u+w /usr/local 没访问权限。
2.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.
系统安全问题。
最后参考方案: Homebrew国内如何自动安装(国内地址),从新安装brew命令才行。
步骤一:执行远程安装shell命令
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
卸载命令:
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/HomebrewUninstall.sh)"
这里我选择1.其他的资源应该也行。
恭喜安装brew完成。
步骤二:执行命令
brew install nginx
安装nginx成功了。
可以查看版本:
浏览器访问下:localhost:8080。bingo
参考文献:
https://zhuanlan.zhihu.com/p/111014448
https://www.jianshu.com/p/6c7cb820a020
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。