mac安装nginx-full报错Error: No available formula with the name "nginx-full"
来源:4-1 制作直播流-1

macq
2018-04-27
具体报错:
Error: No available formula with the name "nginx-full"
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
git -C "$(brew --repo homebrew/core)" fetch --unshallow
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
==> Searching local taps...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
找不到nginx-full包么?如何解决
写回答
1回答
-
macq
提问者
2018-04-27
已解决
换一个github项目下nginx
$ brew tap denji/nginx
$ brew install nginx-full --with-upload-module
20
相似问题