PhpStorm and Github for Windows
Asked Answered
O

3

17

PhpStorm integration with Git asks me for git.exe path, however "github for windows" seems like it doesn't create any git.exe file. So is it a way to config phpstorm so it use "github for windows" for working with github?

Outguard answered 20/9, 2012 at 6:15 Comment(4)
possible duplicate of Integrating RubyMine with GitHub for WindowsAirliner
@Airliner yes sir, that solves this question too. Thanks!Outguard
You can also change your PhpStorm terminal to use Git Bash by going into Settings > Terminal > Shell path and setting it to C:\Windows\SysWOW64\cmd.exe /c ""C:\Program Files (x86)\Git\bin\sh.exe" --login -i"Muslin
Mine only worked using this: "C:\Program Files (x86)\Git\bin\sh.exe" --login -i (WebStorm 10)Hord
E
20

I set it up using Git Bash, once installed in PhpStorm go to:

settings > version control > Git

And point to

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

Or where ever you installed Git Bash

Ethnology answered 7/1, 2013 at 15:21 Comment(0)
O
6

To configure Git with PhpStorm on Windows 7 use the following path :

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

( Used with Git version is 2.7.1.0 )

Oxford answered 16/5, 2016 at 14:55 Comment(0)
B
1

Github for Windows uses a version of PortableGit located in the AppData\Local\Github folder.

Very similar to the RubyMine Issue above: Integrating RubyMine with GitHub for Windows

Bellied answered 9/2, 2015 at 1:18 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.