命令: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
怎么处理??
发布于 2022-09-17 14:03:34
试一试
brew install curl
对我来说很管用
https://stackoverflow.com/questions/73679391
复制相似问题