打开PhpStorm的时候提示git需要配置

1.首先需要安装windows下的Git版本。http://www.xiazaiba.com/html/25984.html

2.打开PhpStorm,File -> Settings -> Version Control -> Git

phpstorm git配置以及使用

需要注意右边的Path to Git executable,需要找到你的git bin目录下的git.exe 然后点击test!!!  测试通过

接下来就是git的使用了:

点击VCS -> Checkout from Version Control -> Git

phpstorm git配置以及使用

填写你对应的远程仓库、克隆目录、以及目录名

测试成功后,就可以在phpStorm中完成git操作了

相关文章:

  • 2021-12-07
  • 2021-12-04
  • 2021-09-01
  • 2021-10-20
  • 2021-11-27
  • 2021-07-20
  • 2021-08-30
  • 2021-05-05
猜你喜欢
  • 2021-05-13
  • 2021-07-03
  • 2021-05-09
  • 2021-11-18
相关资源
相似解决方案