[BUG] Unsupported Git Flow Version with 1.12.3 (AVH Edition) installed
See original GitHub issue-
I’m submitting a …
- bug report
- feature request
- puppy => You’re not submitting a puppy. I already have one and he’s adorable
-
What is the current behavior? In the status bar tray where you can normally interact with the git flow plugin I now see
Unsupported Git Flow Version
. Clicking it and the button in the pop-up leads me to a website that tells me that I should check if I have Git Flow AVH Edition installed.
The thing is that I do have this installed and it is accessible from CMD, Powershell, Git Bash and even WSL2 Bash.
- Is this a bug? Sorry about that. If so give me explicit details how to reproduce:
- Open IntelliJ
- Click the
Unsupported Git Flow Version Button
in the status bar tray - Get this pop-up:
-
What is the expected behavior? I would expect to get a normal
Gitflow
button in the status bar tray, where I can use Gitflow functionality -
Please tell me about your environment:
-
Gitflow4idea version: 0.7.5
-
Gitflow version (CMD, Powershell, Git-Bash): 1.12.3
-
Gitflow version (WSL2 Bash): not installed when first encountered. Now 1.11.0
-
IntelliJ
-
IntelliJ IDEA 2020.3.2 (Ultimate Edition)
Build #IU-203.7148.57, built on January 26, 2021
Licensed to Rik Schaaf
You have a perpetual fallback license for this version.
Subscription is active until May 2, 2022.
Runtime version: 11.0.9.1+11-b1145.77 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 1979M
Cores: 24
Registry: terminal.buffer.max.lines.count=10000, compiler.automake.allow.when.app.running=true, tomcat.root.context.by.default=true
Non-Bundled Plugins: com.circleci.intellij, com.nerdscorner.android.plugin.github, io.protostuff.protostuff-jetbrains-plugin, me.laria.code.idea_caseconv, org.toml.lang, com.intellij.kubernetes, String Manipulation, com.euphoricity.gitignore, Gitflow, MavenRunHelper, org.jetbrains.kotlin, zielu.gittoolbox, com.intellij.plugins.html.instantEditing, org.intellij.scala, Pythonid, idea.plugin.protoeditor, com.yoheimuta.intellij.plugin.protolint, ru.meanmail.plugin.requirements, org.rust.lang
- Other information I have used the Gitflow plugin on this PC in the past. I don’t know for sure, but it might have broken after an IntelliJ or Gitflow plugin update.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:8 (2 by maintainers)
Top GitHub Comments
For me just initializing the git repo itself was enough (
git init
)I committed something to 0.7.7 which is now out that might solve this issue. I’ll reopen if it crops up again.