In .git/config try changing "url = http://" to "url = ssh://id" . from http://stackoverflow.com/questions/9243404/unable-to-push-a-git-repo-via-http
On Wed, Feb 5, 2014 at 7:48 PM, James Taylor <[email protected]> wrote: > 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 >
