내 Mac 컬에서 어떤 것도 컬링할 수 없습니다: (7) 서버에 연결할 수 없습니다

내 Mac 컬에서 어떤 것도 컬링할 수 없습니다: (7) 서버에 연결할 수 없습니다

갑자기 몸을 구부릴 수도, 달릴 수도 없습니다 brew. 활성화된 프록시가 없으며 홈 네트워크에서 개인용 Mac을 실행하고 있습니다. 이 문제를 어떻게 디버그/수정할 수 있나요?

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)!

답변1

다음 옵션을 사용하여 더 자세한 출력을 얻으십시오 -v.

curl -v google.com

이는 문제를 추적하는 데 도움이 됩니다.

답변2

나는 이것을 꽤 많이 디버깅했습니다. lulu에서 아웃바운드 트래픽을 관찰하고, 네트워크 로그와 컬의 자세한 출력을 분석했습니다. 왜 이것이 실패했는지 잘 모르겠습니다. Brew도 실패했습니다. Big Sur로 업그레이드했는데 모든 것이 해결되었습니다.

답변3

비슷한 문제가있었습니다.

다음을 모두 업데이트한 후 수정되었습니다.

brew install curl

관련 정보