jgu*_*tix 17 git phpstorm github-for-windows
PhpStorm与Git的集成要求我提供git.exe路径,但是"github for windows"似乎没有创建任何git.exe文件.那么它是一种配置phpstorm的方法所以它使用"github for windows"来处理github吗?
kee*_*eeg 20
我使用Git Bash进行设置,一旦安装在PhpStorm中,请转到:
设置>版本控制> Git
并指出
C:\ Program Files(x86)\ Git\cmd\git.exe
或者你在哪里安装过Git Bash
要在 Windows 7 上使用 PhpStorm 配置 Git,请使用以下路径:
C:\Program Files\Git\bin\git.exe
Run Code Online (Sandbox Code Playgroud)
(与 Git 一起使用的版本是 2.7.1.0 )