-
-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac installer packages do not upgrade Homebrew from older versions #19287
Comments
experience the same hard stuck at upgrade/update is there other way? |
Is |
A newer .pkg should upgrade an older .pkg's installation. |
It might just be the cached version. Try doing rm -rf "$(brew --repo)/.git/describe-cache" after updating to make sure the version output isn't stale. |
Yes, is there a workaround? I was trying to run brew upgrade supabase but it kept failing, so I decided to reinstall it. Now I'm stuck with a connection update error even though my internet is working at peak speed. |
Well, you could manually run a |
never mind it works now i just clear the cache carlocab said thanks. |
brew doctor
outputN/A. This is about the install/upgrade of Brew itself
Verification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputN/A
This is about the install/upgrade of Brew itself
What were you trying to do (and why)?
Upgrade brew via the installer, so we can keep it up to date
What happened (include all command output)?
Installing a new version of brew via the Mac installers at https://github.com/Homebrew/brew/releases doesn't upgrade the installed version of brew
What did you expect to happen?
If there's an older version of brew installed via an older installer, and you install brew via a newer installer, the installed brew version should be on the newer version.
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: