mac 試用 brew 安裝 MongoDB 時,出現如下提示:
MacBook-Pro :: ~ » brew install mongodb-community@4.4
Error: Your CLT does not support macOS 11.0.
It is either outdated or was modified.
Please update your CLT or delete it if no updates are available.
Error: An exception occurred within a child process:
SystemExit: exit
解決方法為,手動移除 CommandLineTools,然后重新安裝(要安裝xcode):
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
執行成功后可以通過如下命令查詢版本:
xcodebuild -version
