brew upgrade did not work on macOS 14 beta (Sonoma) #4614
Replies: 5 comments 7 replies
-
This is a warning that will always display, but it won't fail anything on its own. If it's failing, it's for another reason than that message. |
Beta Was this translation helpful? Give feedback.
-
I upgraded from beta to release Mac OSx 14 and I'm still getting this warning. |
Beta Was this translation helpful? Give feedback.
-
I have the same error on MacOS 14 (not beta) |
Beta Was this translation helpful? Give feedback.
-
Hi, I recently upgraded to macOS Sonoma, and I am now having problems updating and upgrading Homebrew. When I tried to run brew update, I got back the following: `[email protected]: Permission denied (publickey). Please make sure you have the correct access rights Please make sure you have the correct access rights Please make sure you have the correct access rights Please make sure you have the correct access rights Please make sure you have the correct access rights And when I tried to upgrade Homebrew, it got stuck at one point and did not complete the process. Please advise. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Run these commands brew tap --repair
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" |
Beta Was this translation helpful? Give feedback.
-
Output of
brew config
Output of
brew doctor
Description of issue
it just shows
You are using macOS 14.
We do not provide support for this pre-release version.
It is expected behaviour that some formulae will fail to build in this pre-release version.
It is expected behaviour that Homebrew will be buggy and slow.
Do not create any issues about this on Homebrew's GitHub repositories.
Do not create any issues even if you think this message is unrelated.
Any opened issues will be immediately closed without response.
Do not ask for help from Homebrew or its maintainers on social media.
You may ask for help in Homebrew's discussions but are unlikely to receive a response.
Try to figure out the problem yourself and submit a fix as a pull request.
We will review it but may or may not accept it.
Beta Was this translation helpful? Give feedback.
All reactions