Reputation: 6548
I am using Gitkraken to manage my git activities but while initializing Git Flow using inbuilt option provided by Gitkraken it fails.
Here is the screenshot that shows the error message
Upvotes: 9
Views: 5587
Reputation: 2851
I have encountered the same issue and these are the steps I have followed in order to solve it.
Upvotes: 0
Reputation: 191
If everything else fails, you can always do this and it should fix the problem:
Upvotes: 0
Reputation: 83
I was have the same issue, and I was solve it run the next command in the root path of project.
git-flow init -d
if command don't appear in your current bash you can follow the next web pages
Upvotes: 3
Reputation: 61
I'm had the same problem, open git bash terminal and run command: "git flow init" after that open Git kracken and git flow should process normally.
Upvotes: 6
Reputation: 236
Support told me this:
For now, try deleting your local develop branch and then try initializing GitFlow to work around the issue.
Upvotes: 21