我正在尝试安装需要 php 7.1 的 Laravel Valet,但是当我运行 brew install php71 时,出现以下错误:
==> Pouring php71-7.1.10_21.high_sierra.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink sbin/php-fpm
/usr/local/sbin is not writable.
我运行时遇到同样的错误brew link php71
。如果我运行php -v
,我实际上看到我当前正在运行 PHP 7.1.7。
但是当我运行代客安装时,我得到:
[DomainException]
Unable to determine linked PHP.
我什至在 /usr/local 中都没有 sbin 目录。
有什么建议么?