IntelliJ IDEA 找不到 git.exe?


系统是 Windows,打开 IntelliJ IDEA 的时候提示 Git 需要配置。

但是找不到路径,请问 windows 下, git.exe 在哪里找呢?

intellij-idea git

汐ning 9 years, 10 months ago

先下载安装git客户端
如果装的是github的客户端,需要指定的目录是GitHub内部使用的PortableGit目录,或者在Intellij Settings -> Version Control直接配置GitHub的账号。

xxrlo answered 9 years, 10 months ago

git路径设置
当然你需要先从 http://git-scm.com/downloads 把git客户端下载下来。

暮幽小寂寂 answered 9 years, 10 months ago

首先要安装git客户端

然后在git的安装目录下可以找到git.exe

这就是你要找的git.exe

然后在intellij git配置上面的路径即可

RyoYL answered 9 years, 10 months ago

Your Answer