git push error: no DAV locking support

Shawn Wells shawn at redhat.com
Wed Jan 29 17:18:31 UTC 2014


On 1/29/14, 10:46 AM, Rodney L. Mercer wrote:
> List Members:
>
> Can anyone give advise on overcoming this "git push" problem?
>
> [root at wahoo scap-security-guide]# git push -v
> Pushing to https://git.fedorahosted.org/git/scap-security-guide.git
> error: no DAV locking support on
> https://git.fedorahosted.org/git/scap-security-guide.git/
> fatal: git-http-push failed
>
> Here is my .git/config
> [root at wahoo scap-security-guide]# vim .git/config
>
> [core]
>          repositoryformatversion = 0
>          filemode = true
>          bare = false
>          logallrefupdates = true
> [remote "origin"]
>          fetch = +refs/heads/*:refs/remotes/origin/*
>          url = https://git.fedorahosted.org/git/scap-security-guide.git

Use ssh for commit. e.g.:

[remote "origin"]
         url = ssh://git.fedorahosted.org/git/scap-security-guide.git
         fetch = +refs/heads/*:refs/remotes/origin/*


> [branch "master"]
>          remote = origin
>          merge = refs/heads/master
>
>
> TIA,
>
> Rodney.
>
>
>
> _______________________________________________
> scap-security-guide mailing list
> scap-security-guide at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide


-- 
Shawn Wells
Director, Innovation Programs
shawn at redhat.com | 443.534.0130
@shawndwells



More information about the scap-security-guide mailing list