-
Notifications
You must be signed in to change notification settings - Fork 138
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
Comments
Hi I have windows 10 I was uninstall git then I install latest version for git then in terminal of idea I wrote this I hope this work with U 😊👌 |
For me just initializing the git repo itself was enough ( |
same problem here. IntelliJ IDEA 2020.3.3 (Ultimate Edition) |
Same here.
And Devuan Linux. |
@CC007 @jwang0512 @MrCsabaToth can you share the content of your .git/config file? |
Here is mine: https://pastebin.com/WgttJcBs |
In my case it happens mostly on projects that don't use git. My git config is as follows:
|
I committed something to 0.7.7 which is now out that might solve this issue. I'll reopen if it crops up again. |
I'm submitting a ...
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.
Unsupported Git Flow Version Button
in the status bar trayWhat is the expected behavior?
I would expect to get a normal
Gitflow
button in the status bar tray, where I can use Gitflow functionalityPlease 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
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.
The text was updated successfully, but these errors were encountered: