Git Xcode command line tools 의존성 이슈

2017-07-13

git --version뿐만이 아니라 git 명령어를 쓰려고하면 아래의 에러를 뱉으면서 실행이 안된다.

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

xcode 재설치 (or 설치가 안되어있었으면 설치)가 답이었다..! 이제 git 명령어들이 잘 먹힌다.

$ xcode-select --install
[...설치 중...]

$ xcode-select --version
xcode-select version 2347.

참고자료