HEROPY
Tech
macOS 업데이트 후 git 에러
{{ scrollPercentage }}%

macOS 업데이트 후 git 에러

git

macOS 업데이트 후 git 에러

macOS 업데이트를 하면 항상 이런저런 프로그램에서 에러가 발생하네요.
이번에 ‘High Sierra’로 업데이트 후 git 명령이 동작하지 않아 적잖이 당황했습니다.
git --version을 입력하면 아래와 같이 나옵니다.

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

이럴 경우 ‘XCode’를 재설치하거나, 아래와 같이 ‘XCode’s Command line tools’만 재설치 시 문제가 해결됩니다.

$ xcode-select --install

Remember, in MAC git is attached to XCode’s Com­mand line tools.

참고 문서

xcrun: error - Tips & Tricks

Command Line Tools not working - Stack Overflow

공지 이미지
이 내용을 72시간 동안 안 보고 싶어요!?