我能够在没有问题的情况下安装国产软件,但当我试图安装postgresql时,我会收到以下错误消息:
➜ ~ brew install postgresql
Warning: No available formula with the name "postgresql".
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching taps on GitHub...
Error: No formulae found in taps.知道怎么解决这个问题吗?
发布于 2022-07-27 09:08:58
git -C $(brew --repo homebrew/core) checkout master这将切换到主人,然后运行。
brew doctor这应该没有任何错误运行。
如果没有错误,您可以安装任何与brew安装。
例:
brew安装postgresql
https://stackoverflow.com/questions/73129345
复制相似问题