No puedo rizar nada en mi Mac curl: (7) No se pudo conectar al servidor

No puedo rizar nada en mi Mac curl: (7) No se pudo conectar al servidor

De repente no puedo acurrucarme ni correr brew. No tengo ningún proxy habilitado y solo estoy ejecutando mi Mac personal en mi red doméstica. ¿Cómo puedo depurar/solucionar este problema?

scutil -r google.com            ✔  22:33:48
Reachable
curl google.com                 ✔  22:34:56
curl: (7) Couldn't connect to server
curl: (7) Couldn't connect to server
==> Downloading https://github.com/Homebrew/homebrew-portable-ruby/releases/download/2.6.3_2/portable-ruby-2.6.3_2.yosemite.bottle.tar.gz

curl: (7) Couldn't connect to server
Error: Failed to download https://homebrew.bintray.com/bottles-portable-ruby/portable-ruby-2.6.3_2.yosemite.bottle.tar.gz and https://github.com/Homebrew/homebrew-portable-ruby/releases/download/2.6.3_2/portable-ruby-2.6.3_2.yosemite.bottle.tar.gz!

Do not file an issue on GitHub about this; you will need to figure out for
yourself what issue with your internet connection restricts your access to
both Bintray (used for Homebrew bottles/binary packages) and GitHub
(used for Homebrew updates).
Error: Failed to install Homebrew Portable Ruby (and your system version is too old)!

Respuesta1

Obtenga resultados más detallados usando la opción -v:

curl -v google.com

Esto debería ayudarle a localizar el problema.

Respuesta2

Depuré esto bastante. Observé el tráfico saliente en lulu, analicé registros de red y resultados detallados de curl. No estoy seguro de por qué esto estaba fallando. Brew también estaba fallando. Actualicé a Big Sur y todo está arreglado.

Respuesta3

Tuve un problema similar.

Corregido después de actualizar todo con:

brew install curl

información relacionada