Brew 不再工作 - macOS 12.6

Brew 不再工作 - macOS 12.6

我使用带有 M1 pro 芯片的 macOs monterey 12.6。

我正在开发一个安装了 php (8.1)、composer 和 symfony 的项目,一切正常。

我关闭了我的终端,因为当我用终端返回我的文件夹时,一切都不再起作用了。

示例:php -v

-bash:php:找不到命令

作曲家

env: php: 没有这样的文件或目录

而且甚至不可能重新安装 php。

brew install [email protected]
fatal: Could not resolve HEAD to a revision
Running `brew update --auto-update`...
==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
  https://github.com/Homebrew/brew#donations

==> Auto-updated Homebrew!
Updated 2 taps (shivammathur/php and homebrew/cask).
==> New Casks
pictureview

Warning: No available formula with the name "httpd" (dependency of shivammathur/php/php).
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching taps on GitHub...
Error: No formulae found in taps.

我不明白,你知道这可能来自哪里以及如何解决这个问题吗?

我的酿造配置:

brew config
HOMEBREW_VERSION: 3.6.2
ORIGIN: https://github.com/Homebrew/brew
HEAD: b8b195cc64a29595797651720ebb2ea09affb682
Last commit: 4 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: (none)
Core tap last commit: never
Core tap branch: HEAD
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 10
Homebrew Ruby: 2.6.8 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: 10-core 64-bit arm_firestorm_icestorm
Clang: 14.0.0 build 1400
Git: 2.37.0 => /Library/Developer/CommandLineTools/usr/bin/git
Curl: 7.79.1 => /usr/bin/curl
macOS: 12.6-arm64
CLT: 14.0.0.0.1.1661618636
Xcode: N/A
Rosetta 2: false

答案1

  • 打开 Xcode – 它将显示升级消息
  • 确认并运行升级
  • 之后冲泡再次正常工作

相关内容