OpherV / gitflow4idea

Git Flow Integration plugin for IntelliJ
Apache License 2.0
504 stars 138 forks source link

Unsupported Git Flow Version for 1.12.3 (AVH Edition) #329

Closed amadain17 closed 2 years ago

amadain17 commented 3 years ago

On Idea 2021.1.1 with the Git Flow Integration plugin version 0.7.6 installed I see "Unsupported Git Flow Version" in Idea. My Git Flow version is 1.12.3 (AVH Edition). When I click on the "Unsupported Git Flow Version" message I get a dialog saying "The Git Flow version isn't supported by the Git Flow Integration plugin" and a link to a page saying that I need the Git Flow AVH edition installed (which I have)

autyan commented 3 years ago

same problem.

Skitch90 commented 3 years ago

Same for me

OpherV commented 3 years ago

Does it happen for all projects? Is git flow already initialized in the project? (git flow init from cmd)

MvdWeetering commented 3 years ago

Same for me, but running git flow init works!

amadain17 commented 3 years ago

git flow init from command does nothing except I can run the gir flow flow successfully from the command line. The project in idea still shows unsupported git flow

RobertoCesar commented 3 years ago

For me, the git flow init command in the project worked, but I had to restart IDEA. However the error message is not correct. It would be interesting to check if the project has been initialized to git flow to display the correct error message in that case.

CC007 commented 2 years ago

Prob related with https://github.com/OpherV/gitflow4idea/issues/323

denglele525 commented 2 years ago

Before I pulled the project from the GIt repository, I was really confused because of this problem. But then, after pulling one project from the gIt repository, the problem was solved. I think this is a display bug.

OpherV commented 2 years ago

I committed something to 0.7.7 which is now out that might solve this issue. I'll reopen if it crops up again.