brew stopped update/upgrade after upgrading to big sur #190
Replies: 2 comments 3 replies
-
This means there is an issue with your network connection to |
Beta Was this translation helpful? Give feedback.
-
I had the same problem today on Big Sur, and the problem turned out to be Little Snitch. Somehow it had decided |
Beta Was this translation helpful? Give feedback.
-
"brew upgrade" says:
Updating Homebrew...
Warning: You are using macOS 11.0.
We do not provide support for this pre-release version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Discourse, Twitter or IRC. You are responsible for resolving any issues you
experience while you are running this pre-release version.
Why does it think it's pre-release?
"brew update" says:
fatal: unable to access 'https://github.com/Homebrew/brew/': Failed to connect to github.com port 443: Bad file descriptor
fatal: unable to access 'https://github.com/Homebrew/homebrew-cask/': Failed to connect to github.com port 443: Bad file descriptor
fatal: unable to access 'https://github.com/Homebrew/homebrew-core/': Failed to connect to github.com port 443: Bad file descriptor
fatal: unable to access 'https://github.com/Homebrew/homebrew-services/': Failed to connect to github.com port 443: Bad file descriptor
Error: Fetching /usr/local/Homebrew failed!
Fetching /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask failed!
Fetching /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core failed!
Fetching /usr/local/Homebrew/Library/Taps/homebrew/homebrew-services failed!
What? Why?
Here is "brew config" output:
HOMEBREW_VERSION: 2.5.8-132-g29160b9
ORIGIN: https://github.com/Homebrew/brew
HEAD: 29160b9e7f07ab616aedcbdc95f2aeb2bc798a3b
Last commit: 3 weeks ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 3e5171c23807ebee3204c69a4f23e8be17548a24
Core tap last commit: 3 weeks ago
Core tap branch: master
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.3a8sssmMFe/org.macosforge.xquartz:0
HOMEBREW_MAKE_JOBS: 4
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: quad-core 64-bit haswell
Clang: 12.0 build 1200
Git: 2.29.2 => /usr/local/bin/git
Curl: 7.64.1 => /usr/bin/curl
Java: 1.8.271.09, 1.8.0_121, 1.7.0_51
macOS: 11.0.1-x86_64
CLT: 12.2.0.0.1.1604076827
Xcode: 12.2
XQuartz: 2.7.9 => /opt/X11
What to do? How to fix?
Beta Was this translation helpful? Give feedback.
All reactions