I'm getting the following error when I try to do a git push to the phoenix
git repo and I'm not sure how to get around it.

error: no DAV locking support on
https://git-wip-us.apache.org/repos/asf/incubator-phoenix.git/
fatal: git-http-push failed

Here's what my .git/config looks like:

Anyone know what I need to do to fix this?

Thanks,
James

[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
        ignorecase = true
        precomposeunicode = false
[remote "origin"]
        fetch = +refs/heads/*:refs/remotes/origin/*
        url = https://git-wip-us.apache.org/repos/asf/incubator-phoenix.git
[branch "master"]
        remote = origin
        merge = refs/heads/master
[user]
        name = James Taylor
        email = [email protected]
[branch "2.2.3"]
        remote = origin
        merge = refs/heads/2.2.3

Reply via email to