作者:mobiledu2502884967 | 来源:互联网 | 2023-09-13 19:11
###记录一下Mac安装nginx的过程遇到的问题1.打开终端 2. 安装CommandLinetoolsxcode-select--install如果已安装tools的,跳过本步
### 记录一下Mac安装nginx的过程遇到的问题
1. 打开终端
2. 安装Command Line tools
xcode-select --install //如果已安装tools的,跳过本步
3. 安装brew命令
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
4. 安装nginx
brew install nginx
5. 启动nginx
sudo nginx
安装完成。
** 注意事项
在执行步骤三的时候,安装失败,error如下
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443
失败原因:由于ipv6引起的,执行以下命令即可。
networksetup -setv6off Wi-Fi