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 |
Tags
- 제4이동통신
- 워뇨띠
- pycharm
- Linux
- 단축키
- timezone
- Python
- XE
- Mac
- 리눅스
- sublime text
- 윈도우10
- windows10
- Bybit
- 서브라임텍스트
- JavaScript
- 워드프레스
- 검색
- MSSQL
- php
- Bitcoin
- 테마주
- 줄번호
- MySQL
- Android Studio
- 윈도우7
- phpstorm
- 정기결제
- 황교안
- 안드로이드 스튜디오
Archives
- Today
- Total
OVERCODE
[PhpStorm] Cannot Run Git - xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 본문
프로그래밍/Intellij idea
[PhpStorm] Cannot Run Git - xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
오버코드 2021. 3. 2. 14:46
Mac 업그레이드 후에 PhpStorm 실행시 위와 같은 xcrun 에러가 발생하였다.
xcode-select --install
터미널에서 위의 명령어를 쳐서 xcode cli 를 설치하면 문제가 해결된다.
설치가 완료된 후 git 명령어를 다시 쳐보면 제대로 나오는 것을 확인 할 수 있다.
'프로그래밍 > Intellij idea' 카테고리의 다른 글
Comments