出现场景
有时候打开Idea或者Android Studio时,会出现以下错误提示,这是idea的bug,无法识别git。
Git is not installed
Cannot identify version of git executable: no response
然后发现内置的git也不能识别项目的log信息了。
解决方案
打开设置,选择Version Control->Git
点击Test
文章来源:https://www.toymoban.com/news/detail-511204.html
如果git目录没错的话,点击test以后下面会出现Git版本的提示。如果不能正确显示git的版本,说明目录不对,手动选择正确的git目录即可。
最后查看git的log,发现能正常显示了,同时也能正常pull和push了。
文章来源地址https://www.toymoban.com/news/detail-511204.html
到了这里,关于解决Idea报错出现Git is not installed的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!