Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 깃
- 줄거리
- 클라우드 서비스
- missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
- 독후감
- SpringBoot
- 자바 파일업로드
- JavaScript
- MySQL
- Swift
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- 책
- Xcode
- 한줄평
- git push
- java
- 에러
- 파이썬 웹크롤링
- Mapper
- 클라우드 서비스 특징
- 데이메이커
- 오류
- 기록하는 동구
- 서평
- Mac
- spring
- git
- 자바스크립트
- 동구
- 콜미동구
Archives
- Today
- Total
인생은 속도가 아니라 방향이다
[Mac] xcode-select: note: install requested for command line developer tools 맥 업데이트후 git 오류 본문
운영체제(OS)/MacOS
[Mac] xcode-select: note: install requested for command line developer tools 맥 업데이트후 git 오류
기록하는 동구 2022. 4. 5. 09:19반응형
맥 업데이트 후 아래와 같이 git clone을 받으려했다.
git clone https://github.com/donggu1105/TIL.git
근데 갑자기 띠용?
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
뭐냐 이건. 매번 맥북 업데이트떄마다 xcode 관련문제가 일어나는것 같다.
해결하려면 아래 코드를 입력하자.
$ xcode-select --install
반응형
'운영체제(OS) > MacOS' 카테고리의 다른 글
[MAC] mac 에서 .m2 폴더 찾기! (0) | 2022.11.29 |
---|---|
[MAC] 맥북 maven 터미널로 .m2 폴더 열기 (0) | 2020.05.29 |
[Mac] 맥 커맨드(command)로 파일 사용권한 조회 및 변경하기 (2) | 2020.05.07 |
[MacOS] 맥북 톰캣설치 Unknown version of Tomcat was specified. (0) | 2020.02.13 |
[맥북] xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 오류 (0) | 2020.02.08 |
Comments