1. 程式人生 > >一般新升級OS就會出現的坑。git無法開啟

一般新升級OS就會出現的坑。git無法開啟

-> 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了。