PhpStorm and Github for Windows

不想你离开。 提交于 2019-12-20 10:28:40

问题


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?


回答1:


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




回答2:


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 )




回答3:


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



来源:https://stackoverflow.com/questions/12506972/phpstorm-and-github-for-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!