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
In the image we can see the commands and the versions I have:
Command that failed
brew pin
Output of command with --verbose --debug
➜ ~ brew pin vmware-fusion
Error: No available formula with the name "vmware-fusion".
➜ ~ brew pin vmware-fusion --verbose --debug
Error: No available formula with the name "vmware-fusion".
/opt/homebrew/Library/Homebrew/formulary.rb:633:in `get_formula'/opt/homebrew/Library/Homebrew/formulary.rb:722:in `factory'/opt/homebrew/Library/Homebrew/formulary.rb:373:in `resolve'/opt/homebrew/Library/Homebrew/cli/named_args.rb:210:in `resolve_formula'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:128:in `block in load_formula_or_cask'/opt/homebrew/Library/Homebrew/api.rb:191:in `with_no_api_env_if_needed'/opt/homebrew/Library/Homebrew/cli/named_args.rb:118:in `load_formula_or_cask'/opt/homebrew/Library/Homebrew/cli/named_args.rb:83:in `block in to_formulae_and_casks'
/opt/homebrew/Library/Homebrew/cli/named_args.rb:81:in `each'/opt/homebrew/Library/Homebrew/cli/named_args.rb:81:in `flat_map'/opt/homebrew/Library/Homebrew/cli/named_args.rb:81:in `to_formulae_and_casks'/opt/homebrew/Library/Homebrew/cli/named_args.rb:216:in `to_resolved_formulae'
/opt/homebrew/Library/Homebrew/cmd/pin.rb:25:in `pin'/opt/homebrew/Library/Homebrew/brew.rb:94:in `<main>
### Output of `brew doctor` and `brew config`
```shell
➜ ~ brew doctor
Your system is ready to brew.
➜ ~ brew config
HOMEBREW_VERSION: 4.0.26-2-gc5cbe64
ORIGIN: https://github.com/Homebrew/brew
HEAD: c5cbe6406b8b9d040c5d1850b5f041af4ddef83c
Last commit: 16 hours ago
Core tap JSON: 28 Jun 08:45 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 12
Homebrew Ruby: 2.6.10 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: dodeca-core 64-bit arm_blizzard_avalanche
Clang: 14.0.3 build 1403
Git: 2.41.0 => /opt/homebrew/bin/git
Curl: 7.88.1 => /usr/bin/curl
macOS: 13.4.1-arm64
CLT: 14.3.1.0.1.1683849156
Xcode: N/A
Rosetta 2: false
### Output of `brew tap`
```shell
➜ ~ brew tap
browsh-org/browsh
graalvm/tap
homebrew/bundle
mvndaemon/mvnd
The text was updated successfully, but these errors were encountered:
Verification
--force
.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
In the image we can see the commands and the versions I have:
Command that failed
brew pin
Output of command with
--verbose --debug
The text was updated successfully, but these errors were encountered: