昨天更新Mac的Command Line Tools後發現使用git指令無法使用:1
2
3xcrun: error: 
invalid active developer path (/Library/Developer/CommandLineTools), 
missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解決方式是在命令列下xcode-select --install後下載完就可以使用了。
背不起來的就寫下來吧
昨天更新Mac的Command Line Tools後發現使用git指令無法使用:1
2
3xcrun: error: 
invalid active developer path (/Library/Developer/CommandLineTools), 
missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解決方式是在命令列下xcode-select --install後下載完就可以使用了。