Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

MacOS git flow repo not enabled

scottsue April 10, 2013

Hi,

In attempt to create a new git flow Feature branch in sourcetree, I get the following error 'fatal: Not a gitflow-enabled repo yet. Please run "git flow init" first.'

I am using the embedded Git (version 1.7.11.1). How do I run "git flow init" via the embedded version of Git?

If it helps, here is my .git/config

[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
        ignorecase = true
[remote "origin"]
        fetch = +refs/heads/*:refs/remotes/origin/*
        url = http://XXXX.git
[gitflow "branch"]
        master = master
        develop = develop
[gitflow "prefix"]
        feature = feature/
        release = release/
        hotfix = hotfix/
        support = support/
        versiontag = 
[branch "develop"]
        remote = origin
        merge = refs/heads/develop

2 answers

1 accepted

7 votes
Answer accepted
scottsue April 10, 2013

I have worked this out now.

The problem was that I had removed the master branch from my local repository, so git flow was presumably looking for it. Upon not finding it, it thought git flow was not initialised.

It would have been good if it gave me a slightly less cryptic message though...

KieranA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 10, 2013

Yes git-flow does rely heavily on your branch names. This is very important. The error message you would've received wouldn't have been from us but would have been from git-flow itself. We can't predict what git-flow reports as this could change at any time.

Glad you've got it working

scottsue April 15, 2013

Yes I'll put this one down to being a git newbie

0 votes
pascalgagneur February 11, 2014

I got this problem when my local master branch where missing.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events