PhpStorm and Github for Windows



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

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

设置> Git>版本控制

并指向

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

或者你在哪里安装了 Git Bash。

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

C:Program FilesGitbingit.exe

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

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

与上面的 RubyMine 问题非常相似:将 RubyMine 与 GitHub for Windows 集成

最新更新