Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
1 of 3 tasks
CC007 opened this issue Feb 24, 2021 · 8 comments
Closed
1 of 3 tasks

Comments

@CC007
Copy link

CC007 commented Feb 24, 2021

  • 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:
  1. Open IntelliJ
  2. Click the Unsupported Git Flow Version Button in the status bar tray
  3. Get this pop-up:
    afbeelding
  • 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.
@dev-osama-alharbi
Copy link

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
Copy link
Author

CC007 commented Feb 28, 2021

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

@jwang0512
Copy link

jwang0512 commented Mar 24, 2021

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
Copy link

Same here.
I'm using PyCharm 2021.1.1

$ git flow version
1.12.3 (AVH Edition)

And Devuan Linux.

@OpherV
Copy link
Owner

OpherV commented Apr 26, 2021

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

@MrCsabaToth
Copy link

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

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

@CC007
Copy link
Author

CC007 commented Apr 26, 2021

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
Copy link
Owner

OpherV commented Aug 18, 2021

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

@OpherV OpherV closed this as completed Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants