将MacOS升级到Mojave版本后,使用git工具时,出现如下错误提示:
guochongxindeMacBook-Pro:study guochongxin$ git status .
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解决方法:
执行xcode-select --install命令,会弹出一个对话框,按提示安装上相应工具即可,因为git附加了Xcode的命令。