解决Idea报错出现Git is not installed

出现场景

有时候打开Idea或者Android Studio时,会出现以下错误提示,这是idea的bug,无法识别git。
解决Idea报错出现Git is not installed_第1张图片

Git is not installed
Cannot identify version of git executable: no response

然后发现内置的git也不能识别项目的log信息了。
解决Idea报错出现Git is not installed_第2张图片

解决方案

打开设置,选择Version Control->Git
解决Idea报错出现Git is not installed_第3张图片

点击Test
解决Idea报错出现Git is not installed_第4张图片

如果git目录没错的话,点击test以后下面会出现Git版本的提示。如果不能正确显示git的版本,说明目录不对,手动选择正确的git目录即可。
解决Idea报错出现Git is not installed_第5张图片
最后查看git的log,发现能正常显示了,同时也能正常pull和push了。
解决Idea报错出现Git is not installed_第6张图片

你可能感兴趣的:(Android,Studio,错误大全,git,intellij,idea,android,studio)