macOS 提示找不到git命令
提示错误:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
安装开发相关的包,在终端输入命令:
shell
xcode-select --install
xcode-select --install
然后会弹出一个对话框,点击安装即可。