升级完系统后,git使用过程中会出现错误:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解决方法:
在终端输入命令,安装xcode;
xcode-select --install
升级完系统后,git使用过程中会出现错误:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解决方法:
在终端输入命令,安装xcode;
xcode-select --install