프로그래밍
[Mac] Cannot identify version of git executable: no response
소꿍
2021. 8. 28. 15:09
맥북 소프트웨어 업데이트 후 Android Studio에서 코드를 run하니 다음과 같은 에러 메시지가 떴다.
Cannot identify version of git executable: no response
먼저 터미널에 which git 명령어를 쳐서 현재 git 경로를 확인한다.
그리고 Android Studio - Preference - Version Control - Git에서 'Path to Git executable'에 위에서 확인한 경로를 넣어준다.
내 경우엔 들어가보니 자동으로 체크돼 있어서(Auto-detected)
아래에 'Set this path only for the current project'에 체크한 후 OK하니 해결됐다.
참고한 글