xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
解決方法
打開一個終端執行如下指令:
xcode-select --install
會彈出一個軟體更新的彈窗,之後git就能正常使用了
如果執行安裝提示如下内容:
錯誤記錄:xcode-select: error: command line tools are already installed, use "Software Update" to install
則需要删除動作:
rm -rf /Library/Developer/CommandLineTools
然後再執行
xcode-select --install
此時如果Idea的git還不好用,可以選擇重新開機Idea