【发布时间】:2021-08-26 05:40:48
【问题描述】:
我运行以下代码,显示在 brew 中没有找到 openssl repo。
我的 Mac 是 macOS Big Sur 11.3.1
% brew install openssl
Updating Homebrew...
fatal: Could not resolve HEAD to a revision
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/cask).
==> Updated Casks
Updated 1 cask.
Warning: No available formula or cask with the name "openssl".
==> 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...
This formula was found in a tap:
homebrew/portable-ruby/portable-openssl
To install it, run:
brew install homebrew/portable-ruby/portable-openssl
更新
似乎我的 brew 也无法安装 ccache,如下所示。这更像是一个酿造问题?
brew install ccache
【问题讨论】: