macOS를 Catalina로 해서 git 명령을 하면 【xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: 】의 대처법
1999 단어 XcodeTerminalGitmacOSCatalina
Mac OS를 Mojave에서 Catalina로 업데이트하면 아래와 같이 오류가 발생했습니다.
$git status
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at:/Library/Developer/CommandLineTools/usr/bin/xcrun
응?
왠지 이전에도 같은 경험을 하고 있다고 생각하면서, 에러 메세지를 응시해 본다.
"invalid active developer path"→ 개발자 경로가 잘못되었습니다.
좀 더 읽어 보겠습니다. 그럼 CommandLineTools?
다음 라인을 읽어보십시오.
missing xcrun....
xcode가 없습니다.
【결론】MacOS를 업데이트하면 $xcode-select --install을 하자.
$xcode-select --install을 하면 아래와 같이 표시되므로,
설치를 클릭합니다.
설치 후,
$git status
On branch master
Changes not staged for commit:
이런 식으로 움직인다.
RubyMine으로 개발하면 편리
RubyMine에서 개발하고 있다면 뭔가 잘못되면 알려줍니다.
이번에는 터미널에서 $xcode-select --install을했지만,
Fix Path를 누르면 해결안을 내줍니다.
문제가 해결되면 아래와 같이 표시됩니다.
개발을 도와주는 도구도 중요
이하보다 참고로 했습니다.
Mac OS Sierra에서 git 명령, 터미널에 오류가 발생했습니다.
Mac OS를 catalina로 업데이트하면 Ruby와 Rails가 사라졌습니다.
OS를 업데이트하면 뭔가 곤란하거나 한다.
아래도 비망록으로 남겨 둡니다.
htps : // 이 m / a RTS_papa / ms / 15f1 a 8b08dc386 14 a 62
Reference
이 문제에 관하여(macOS를 Catalina로 해서 git 명령을 하면 【xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: 】의 대처법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/ARTS_papa/items/208a5e50291fa73cad6c텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)