On Mon, Nov 7, 2011 at 11:33 PM, François Dagorn <Francois.Dagorn@xxxxxxxxxxxxxxx> wrote: > - on the client side > > cd (project-directory) > $ git init > $ (add some files) > $ git add . > $ git commit -m 'Initial commit' > git push http://git.istic.smw.fr/test13 master > > Username: > Password: > error: Cannot access URL http://git.istic.smw.fr/test13/, return code 22 > fatal: git-http-push failed > > - apache acces_log > > 1) ip-address - metheuser [07/Nov/2011:16:17:31 +0100] > "GET /test13/info/refs?service=git- receive-pack HTTP/1.1" 200 - "-" "git/1.7.3.4" > 2) ip-address - metheuser [07/Nov/2011:16:17:32 +0100] > "GET /test13/HEAD HTTP/1.1" 200 23 "-" "git/1.7.3.4" > 3) ip-address - - [07/Nov/2011:16:17:32 +0100] > "PROPFIND /test13/ HTTP/1.1" 401 492 "-" "git/1.7.3.4" > > - what sounds strange to me : the 2 firsts requests are generated by my client side > (wireshark used as a clue) but the third comes from the server side and the users > credentials are missed ! Can you update your git installation and try again? v1.7.3.4 sounds pretty old (almost a year). -- Cheers, Ray Chuan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html