128june

[JetBrain] git cannot identify version of git executable 문제 본문

JetBrain

[JetBrain] git cannot identify version of git executable 문제

128june 2022. 6. 8. 09:24
반응형

Mac 업데이트 이후 PHP Storm을 실행하였더니 git cannot identify version of git executable 라고 하며 다른 브런치로 이동이 안되는 현상이 발생하였다. Git Download / Install 을 진행해도 소용이 없어서 바로 구글에 검색했고 아래 내용을 진행하였더니 순식간에 완료되었다...ㅎㅎ

구글은 신이야!!


MacOS에서 intellij 콘솔 git cannot identify version of git executable: no response 오류가 뜰 때 해결하는 방법.

문제 상황 & 원인

git cannot identify version of git executable: no response 라는 오류가 뜰 때 IDLE이 깃 경로를 못잡아줘서 생기는 문제다.

아마도 MacOS 업데이트를 하거나 뭔가 작업을 하다가 꼬여서 생긴 문제로 추정된다.

해결 방법

  1. cmd 에서 which git 커맨드로 git 경로를 확인한다
Last login: Tue Dec  1 16:06:50 on ttys000
➜  ~ git --version
git version 2.23.0
➜  ~ which git
/usr/local/bin/git
  1. Intellij 에서 Preference -> Version Control -> Git -> Path to Git executable 주소 확인

주소가 아마 맞지 않을 것이다 주소 변경해주면 해결!

 

출처

https://soreal13.github.io/mac-github-error-troubleshooting/

 

git cannot identify version of git executable 문제

MacOS에서 intellij 콘솔 git cannot identify version of git executable: no response 오류가 뜰 때 해결하는 방법.

soreal13.github.io

 

반응형
Comments