天天看點

mac intellij idea 從git上拉取代碼xcrun: error: invalid active developer path...missing xcrun at:...

mac 用idea從git上下載下傳項目的時候出現錯誤:

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
mac intellij idea 從git上拉取代碼xcrun: error: invalid active developer path...missing xcrun at:...

解決辦法

打開終端輸入:
xcode-select --install
           
重新開機intellij idea即可
mac intellij idea 從git上拉取代碼xcrun: error: invalid active developer path...missing xcrun at:...