일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 워뇨띠
- 정기결제
- windows10
- 리눅스
- Bitcoin
- 단축키
- 윈도우10
- pycharm
- php
- Linux
- timezone
- MSSQL
- Android Studio
- 워드프레스
- Bybit
- Python
- 서브라임텍스트
- sublime text
- XE
- 황교안
- JavaScript
- 테마주
- 줄번호
- phpstorm
- MySQL
- 검색
- 윈도우7
- 안드로이드 스튜디오
- Mac
- 제4이동통신
- Today
- Total
OVERCODE
[PhpStorm] OS X - Can't start Git: /usr/bin/git Probably the path to Git executable is not valid 본문
[PhpStorm] OS X - Can't start Git: /usr/bin/git Probably the path to Git executable is not valid
오버코드 2020. 12. 15. 17:25
I get this error in Android Studio:
Can't start Git: /usr/bin/git Probably the path to Git executable is not valid.
It gives me an option to fix it, where it takes me to the area in Android Studio to set the path to git. I see it is set to
/usr/bin/git
And I check that path, and that path is indeed the path to the git executable. Why is Android Studio unable to start git?
EDIT: When I try to use git commands in the Android Studio terminal it says:
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
OS 업그레이드 하고나서 발생한 문제인데
1. /usr/bin/git 경로에 git 이 잘 있음
2. git 명령어 쳐도 잘먹음
3. 그런데 phpStrom 에선 git 오류가 남.
나는 아래 방법으로 해결하였다.
You should agree explicitly to user's licence agreement.
This is how you should do it:
- Open terminal
- run the following command: sudo xcodebuild -license
- agree to the terms.
That's it! :)
xcode 사용자 라이센스 계약에 명시적으로 동의해야된단다.
위의 명령어 치고 쭉 다 읽은 다음 agree 치고 엔터.