MacOS Monterey 和 Android Studio Bumblebee,"Git is not installed"
MacOS Monterey and Android Studio Bumblebee, "Git is not installed"
将AndroidStudio升级到Bumblebee版本后,遇到了这个错误。
Xcode 已安装,但当前已卸载。
- 按照建议,终端运行
xcode-select --install
- 然后运行
sudo xcode-select --reset
,这将重置其路径
- 更新 Android Studio > 首选项 > 版本控制 > Git >
/Library/Developer/CommandLineTools/usr/bin/git
的路径
- 现在工作正常
将AndroidStudio升级到Bumblebee版本后,遇到了这个错误。
Xcode 已安装,但当前已卸载。
- 按照建议,终端运行
xcode-select --install
- 然后运行
sudo xcode-select --reset
,这将重置其路径 - 更新 Android Studio > 首选项 > 版本控制 > Git >
/Library/Developer/CommandLineTools/usr/bin/git
的路径
- 现在工作正常