PhpStorm and Github for Windows

后端 未结 3 544
無奈伤痛
無奈伤痛 2021-02-04 04:47

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 phps

3条回答
  •  遥遥无期
    2021-02-04 05:11

    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

提交回复
热议问题