You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Ensure that `homebrew/cask` tap is not added with `brew tap`command (shouldn't be added by default).2. Try to use any Formula Alias, for example `brew install [email protected]`
The text was updated successfully, but these errors were encountered:
brew doctor
output> brew doctor Your system is ready to brew.
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
outputWhat were you trying to do (and why)?
[email protected]
. Alias for this exists at https://github.com/Homebrew/homebrew-core/blob/a44bd8e98ffee5f800a1c5c94532892ffdcfe822/Aliases/go%401.22[email protected]
)What happened (include all command output)?
No available formula with the name ...
errors. Outputs examples:What did you expect to happen?
Expected that formulas to be installed, as we have aliases for them.
Noticed that it happens if
homebrew/cask
tap is untapped (default behavior for brew > 4.0.0). If we havehomebrew/cask
tap - Aliases work as expected.Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: