安装时 Brew 不起作用 (hashcat)

时间:2021-06-22 18:30:46

标签: macos homebrew hashcat

我遇到了这个问题...所以我尝试通过自制软件安装 hashcat,但我又收到了这个错误:

使用的命令: brew install hashcat

==> Searching for similarly named formulae...
Error: No similarly named formulae found.
Error: No available formula or cask with the name "hashcat".
==> 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.```

1 个答案:

答案 0 :(得分:0)

在自制软件中遇到类似问题,如下所示,

Searching taps on GitHub... Error: No formulae found in taps

已运行此命令将分支更新为 master,从而解决了问题:

git -C $(brew --repo homebrew/core) checkout master

对于 brew 故障排除,以下命令有帮助: 酿造医生