下载失败:未安装自制安装的“curl”

Nan*_*anz 12 php xampp macos

命令 :brew install php

每次我想在 Mac 上更新 php 时,我总是会收到如下错误:

Downloading https://www.freetds.org/files/stable/freetds-1.3.13.tar.bz2
Error: php: Failed to download resource "freetds"
Download failed: Homebrew-installed `curl` is not installed for: https://www.freetds.org/files/stable/freetds-1.3.13.tar.bz2
Run Code Online (Sandbox Code Playgroud)

怎么处理??

小智 15

尝试

brew install curl
Run Code Online (Sandbox Code Playgroud)

这对我有用