-> Git
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解决办法 安装CommandLineTools):
xcode-select --install
一般安装需要1分钟,然后就ok了。
-> Git
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解决办法 安装CommandLineTools):
xcode-select --install
一般安装需要1分钟,然后就ok了。