Gitflow init process hangs up
See original GitHub issue[bug report]
Gitflow > Init hangs up… Your plugin asks me about with popup for certain branches names but then the process hangs up and git flow is not initialized. I need to do git flow init
from command line to make your plugin see that the flow is initialized…
I am using latest stable PHPStrorm 2018.1…
PhpStorm 2018.1 Build #PS-181.4203.565, built on March 28, 2018 JRE: 1.8.0_152-release-1136-b20 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Linux 4.13.0-38-generic
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (2 by maintainers)
Top Results From Across the Web
git flow init -d default suggestions are empty - Stack Overflow
The problem is that I'm using a PowerShell script to clone multiple repos and init the repos via git flow init -d ,...
Read more >Gitflow hotfix branch example from start to finish | TechTarget
The following Gitflow hotfix example demonstrates how to use the hotfix process in a software development project. First, initialize a Gitflow- ...
Read more >Please stop recommending Git Flow! - George Stocker
Gitflow violates the “Short-lived” branches rule. In git, the number of merge conflicts with people committing to a branch will increase with ...
Read more >Introduction to Git Flow - Level Up Coding
Git Flow is an abstract idea of a Git workflow. It is an ideal workflow for release-based software and to maintain multiple versions...
Read more >A Step by Step Guide to using GitFlow with TeamCity – Part 3
git flow init. This command initializes your existing git repo to use the GitFlow extensions. The extensions don't perform voodoo magic ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Still happening in PhpStorm (2018.2.1). Fixed by running in terminal …
git -c core.quotepath=false -c log.showSignature=false flow init
… and restarting PhpStorm.Installed gitflow plugin version 1.0 today, on IntelliJ IDEA 18.2.1 on MacOSX 10.13.6, but the init repo process runs forever. When I quit IntelliJ after minutes of waiting, I get the following in the idea.log: