我们在brew install xxxx 的时候, 会遇到这种问题
curl: (22) The requested URL returned error: 404 Not Found
Warning: Bottle missing, falling back to the default domain...
==> Downloading https://ghcr.io/v2/homebrew/core/autoconf/manifests/2.69-4
curl: (22) The requested URL returned error: 404
Error: Failed to download resource "autoconf_bottle_manifest"
Download failed: https://ghcr.io/v2/homebrew/core/autoconf/manifests/2.69-4
提示说这个插件中有一个支持插件 安装不上, 很是恼火
这个时候我们应该访问https://bintray.com/ 网站 ,去搜索自己下载不下来的那个版本的软件
找到那个软件 并且下载下来, 然后放到 本地的
/usr/local/Cellar/ 文件夹中, 然后再在终端执行brew install xxx,
就会发现, 这个软件已经不用再去下载了