这是我输入以下命令brew tap homebrew/headonly后终端显示的内容
还没有尝试过解决这个问题,有什么建议吗?
==> Tapping homebrew/headonly Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-headonly'...
remote: Repository not found. fatal: repository 'https://github.com/Homebrew/homebrew-headonly/' not found Error:
Failure while executing; `git clone https://github.com/Homebrew/homebrew-headonly /usr/local/Homebrew/Library/Taps/homebrew/homebrew-headonly --depth=1`
exited with 128。
发布于 2019-11-18 21:02:28
这很正常:homebrew/headonly很久以前就被弃用了,这个仓库已经不复存在了。它很难维护,所以一直拥有它并没有什么意义,因为任何人都可以使用create their own tap。
https://stackoverflow.com/questions/58914294
复制相似问题