Mojave로 업데이트 했더니 git이 실행이안됨…
아래와 같은 에러를 뿜어줌….
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
그래서 homebrew로 재설치를 해볼까 했는데… 에러를 뿜어줌..
결론적으로는 아주 간단하게 해결됨…
구글링을 해보니…
xcode-select --install 하라고 함
Mojave 였을땐 git clone 하다가 에러를 봤는데
이번엔 svn 쓰려다가 에러..
이번에는 Catalina 역시나 동일한 문제...
xcode-select --install 해줌
Last login: Fri Jan 31 21:18:01 on ttys000 admin@admin ~ % svn -v xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
admin@admin~ % xcode-select --install xcode-select: note: install requested for command line developer tools |
xcode-select --install 명령을 실행하면
화면에 xcode 개발자 도구가 필요하다고 설치를 강요한다
당연히 동의해야 설치할 수 있다
설치 끗
admin@admin~ % svn --version svn, version 1.10.4 (r1850624) compiled Dec 13 2019, 19:47:45 on x86_64-apple-darwin18.0.0
Copyright (C) 2019 The Apache Software Foundation. This software consists of contributions made by many people; see the NOTICE file for more information. Subversion is open source software, see http://subversion.apache.org/
The following repository access (RA) modules are available:
* ra_svn : Module for accessing a repository using the svn network protocol. - with Cyrus SASL authentication - handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme * ra_serf : Module for accessing a repository via WebDAV protocol using serf. - using serf 1.3.9 (compiled with 1.3.9) - handles 'http' scheme - handles 'https' scheme
The following authentication credential caches are available:
* Plaintext cache in /Users/admin/.subversion * GPG-Agent * Mac OS X Keychain |
설치가 끝나면 잘된다 ㅂㄷㅂㄷ
macOS xcode CommandLineTools 재설치 (0) | 2022.07.07 |
---|---|
macOS Catalina clean 설치후 MS 인증 복구에 관한 고촬 (0) | 2020.12.12 |
macbook pro 2015(retina, early 2015) sidecar 미지원 (2) | 2019.10.09 |
[macOS Mojave] install Program Language R for macOS Mojave 맥에 R설치 (0) | 2018.10.15 |
[macOS High Sierra] Install Anaconda3 (jupyter install) (0) | 2018.06.28 |
댓글 영역