When we are in brew install XXXX, we will encounter this kind of problem
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
The prompt said that one of the supporting plug-ins could not be installed, which was very annoying
This is the time we should visit https://bintray.com/ Website, to search the version of the software you can’t download
Find the software and download it, then put it on the local computer
/In usr/local/cell/folder, and then execute brew install XXX on the terminal,
You will find that this software is no longer needed to download
div>