PhpStorm Git keeps saying: no changes detected

后端 未结 9 800
时光说笑
时光说笑 2021-02-05 12:45

I tried to work with PhpStorm and Git. I have previous experience using NetBeans and I didn\'t have any problem with G

相关标签:
9条回答
  • 2021-02-05 13:35

    I ended up going to the VCS menu and selecting something like "Enable Version Control Integration".

    PHPStorm has a lot of these little stupid design failures, unfortunately.

    0 讨论(0)
  • 2021-02-05 13:37

    Had the same problem recently, webstorm didn't detect changes and color of the file that I was changing turned to greenish. If VCS | Refresh File Status solves your problem temporarily, and after you make changes again, still you have the same problem, then check Preferences | Version Control | Ignored Files. In my case all files were ignored somehow, after removing it, it works properly.

    0 讨论(0)
  • 2021-02-05 13:40

    Years later, same problem here. I admit I'm not yet an open source expert and come from an MS background, enthusiastic about broadening my horizons! But I know something is not right with the Git integration in this program.

    Anyway, luckily recreating the project is incredibly easy. (I'm using PyCharm but it looks like a close copy of PHPSTorm) In doing so, I noticed that when I change the default path for the .Git repository, this problem happens.

    When I keep the default path for the .Git files, things seem to work as intended.

    0 讨论(0)
提交回复
热议问题