17

PhpStorm 与 Git 的集成要求我提供git.exe路径,但是“github for windows”似乎没有创建任何 git.exe 文件。那么它是一种配置 phpstorm 的方法,因此它使用“github for windows”来使用 github 吗?

4

3 回答 3

20

我使用Git Bash设置它,一旦安装在 PhpStorm 中,请转到:

设置 > 版本控制 > Git

并指向

C:\Program 文件 (x86)\Git\cmd\git.exe

或者你安装 Git Bash 的地方

于 2013-01-07T15:21:30.220 回答
6

要在 Windows 7 上使用 PhpStorm 配置 Git,请使用以下路径:

C:\Program Files\Git\bin\git.exe

(与 Git 版本一起使用的是 2.7.1.0 )

于 2016-05-16T14:55:52.277 回答
1

Github for Windows 使用位于 AppData\Local\Github 文件夹中的 PortableGit 版本。

与上面的 RubyMine 问题非常相似: Integrating RubyMine with GitHub for Windows

于 2015-02-09T01:18:42.690 回答