git 명령을 실행하면 "xcrun : error : invalid active developer path"라는 오류가 발생했을 때의 해결 방법
소개
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의 버전 업을 행하거나 하면 이런 현상이 발생하는 것 같습니다.
Reference
이 문제에 관하여(git 명령을 실행하면 "xcrun : error : invalid active developer path"라는 오류가 발생했을 때의 해결 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/kooohei/items/6aada548eeb785dd2c91
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
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의 버전 업을 행하거나 하면 이런 현상이 발생하는 것 같습니다.
Reference
이 문제에 관하여(git 명령을 실행하면 "xcrun : error : invalid active developer path"라는 오류가 발생했을 때의 해결 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/kooohei/items/6aada548eeb785dd2c91
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
% xcode-select --install
xcode-select: note: install requested for command line developer tools
% git init
Initialized empty Git repository in /Users/work/.git/
macOS의 버전 업을 행하거나 하면 이런 현상이 발생하는 것 같습니다.
Reference
이 문제에 관하여(git 명령을 실행하면 "xcrun : error : invalid active developer path"라는 오류가 발생했을 때의 해결 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/kooohei/items/6aada548eeb785dd2c91텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)