macOS 用 Command Line Tools は Apple のページから手動ダウンロード可能
macOS 14 sonoma beta6 へアップデートし、Homebrew を実行したところ、以下のように表示されました。
Error: Your Command Line Tools are too outdated. Update them from Software Update in System Settings.
If that doesn't show you any updates, run: sudo rm -rf /Library/Developer/CommandLineTools sudo xcode-select --install
Alternatively, manually download them from: https://developer.apple.com/download/all/. You should download the Command Line Tools for Xcode 15.0.
この内容に従い、sudo xcode-select --install
を実行して Command Line Tools を再インストールしようとしたところ、以下のエラーになってしまいました (Can't install the software because it is not currently available from the Software Update server.
)。
Apple アカウントでのログインは必要ですが、Apple のダウンロードページ から Command Line Tools をダウンロードすることが出来たのでインストールし、無事に Homebrew が再び利用出来るようになりました。