Re: git-http-push / webDAV
From: Eygene Ryabinkin <hidden>
Date: 2016-06-15 22:43:37
Thomas, good day. Tue, Oct 02, 2007 at 10:49:07AM +0200, Thomas Pasch wrote:
I've investigated my problem a little further. The nasty 'UNLOCK HTTP error 400' has come from a proxy that doesn't accept webDAV stuff. Thus I unset the 'http_proxy' env variable (looks like cadaver hasn't cared...).
Yep, proxies can be tricky with the DAV stuff.
However, the main problem still remains. Using a non empty remote http repo, modifying and committing, then:quoted
git push -vPushing to http://test@x.x.x.x/git/git.git still waits for a long time and finally: Error: no DAV locking support on remote repo http://test@x.x.x.x/git/git.git error: failed to push to 'http://test@x.x.x.x/git/git.git'
Try using URL with the slash at the end, like 'http://test@x.x.x.x/git/git.git/'. This should help. -- Eygene