Development/Etc

[Mac OS] 업데이트 후 GIT 오류 해결

StudyGPT 2023. 12. 23.

이슈

Mac OS 업데이트 후 GIT 실행시 아래와 같은 오류가 발생할 경우.

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
 

해결

xcode-select --install

댓글