OpherV / gitflow4idea

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

[BUG] Unsupported Git Flow Version with 1.12.3 (AVH Edition) installed #323

Closed CC007 closed 3 years ago

CC007 commented 3 years ago

The thing is that I do have this installed and it is accessible from CMD, Powershell, Git Bash and even WSL2 Bash.

  1. Open IntelliJ
  2. Click the Unsupported Git Flow Version Button in the status bar tray
  3. Get this pop-up: afbeelding
dev-osama-alharbi commented 3 years ago

Hi I was get same problem and I think I solve it

I have windows 10

I was uninstall git then I install latest version for git https://git-scm.com/downloads

then in terminal of idea I wrote this git flow init -f and start new feature and finish it all in commands after that plugin gitflow4idea work with me with out errors

I hope this work with U

😊👌

CC007 commented 3 years ago

For me just initializing the git repo itself was enough (git init)

jwang0512 commented 3 years ago

same problem here. macOS Big Sur, Idea 2020.3.3, Gitflow4idea 0.7.5, git flow 1.12.3 (AVH Edition)

IntelliJ IDEA 2020.3.3 (Ultimate Edition) Build #IU-203.7717.56, built on March 15, 2021 Runtime version: 11.0.10+8-b1145.96 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 11.2.3 GC: ParNew, ConcurrentMarkSweep Memory: 1981M Cores: 8 Non-Bundled Plugins: Gitflow, Dart, io.flutter, org.jetbrains.plugins.vue, org.jetbrains.kotlin

MrCsabaToth commented 3 years ago

Same here. I'm using PyCharm 2021.1.1

$ git flow version
1.12.3 (AVH Edition)

And Devuan Linux.

OpherV commented 3 years ago

@CC007 @jwang0512 @MrCsabaToth can you share the content of your .git/config file?

MrCsabaToth commented 3 years ago

@CC007 @jwang0512 @MrCsabaToth can you share the content of your .git/config file?

Here is mine: https://pastebin.com/WgttJcBs

CC007 commented 3 years ago

In my case it happens mostly on projects that don't use git. I only see it on git projects while IntelliJ is still busy loading the project.

My git config is as follows:

user.name=CC007
user.email=<valid email address>
filter.lfs.clean=git lfs clean %f
filter.lfs.smudge=git lfs smudge %f
filter.lfs.required=true
core.autocrlf=true
core.excludesfile=D:\Local\My Documents\gitignore_global.txt
difftool.sourcetree.cmd='' "$LOCAL" "$REMOTE"
mergetool.sourcetree.cmd=''
mergetool.sourcetree.trustexitcode=true
credential.helper=store
OpherV commented 3 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.