git 명령을 실행하면 "xcrun : error : invalid active developer path"라는 오류가 발생했을 때의 해결 방법

1740 단어 macosGit

소개



git 명령을 실행하려고하면 오류가 발생했으므로 해결 방법을 메모로 남겨 둡니다.

오류 내용


git init 다음과 같은 오류가 발생했습니다.

오류 내용
% git init
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

대처


xcode-select 명령으로 명령줄 개발자 도구를 설치합니다.

설치
% xcode-select --install
xcode-select: note: install requested for command line developer tools

그러면 팝업이 표시되므로 흐름을 따라 진행합니다.




처음에는 2시간 이상의 표시가 나왔습니다만, 어쩐지 5분 정도로 인스톨 완료했습니다.
그럼 다시 실행합니다.

재실행
% git init
Initialized empty Git repository in /Users/work/.git/

안전하게 실행할 수있었습니다.

결론



macOS의 버전 업을 행하거나 하면 이런 현상이 발생하는 것 같습니다.

좋은 웹페이지 즐겨찾기