I am using Gitkraken to manage my git activities but while initializing Git Flow using inbuilt option provided by Gitkraken it fails.
Gitkraken: Failed initializing Git Flow
5.3k views Asked by Varun Sukheja At
5
There are 5 answers
0
On
I have encountered the same issue and these are the steps I have followed in order to solve it.
- Close GitKraken
- Run GitBash. It should be already installed. In windows 10 use the magnifier search - and you should be able to find it.
- From GitBash select the repository you need to set GitFlow. Hint you can use pwd command to see the directory level you are in.Eg mine was on C:\source\myrep -my path is- cd /c/source/myrep
- Run the command line git flow init
- During initialization - you will need to specify the master branch, development branch and required flow features. I have left everything as a default. Press enter at each request.
- Restart GitKraken and GitFlow was working.
Support told me this: