Didn't you already report this to the main Git list yetsterday?
http://article.gmane.org/gmane.comp.version-control.git/170280
Besides, it seems to me that this question has been asked and answered before:
http://article.gmane.org/gmane.comp.version-control.git/105397
On Thu, Mar 31, 2011 at 11:52 AM, Edwin Amsler <edwi...@gmail.com> wrote:
> Indeed I did report to the main list! Sometimes it's best to ask at multiple
> sources, despite the annoyance for those who are members of both groups.
> Sorry for the double post for you.
>
> The problem you referenced (git/webdav is refusing to authenticate properly)
> has the issue that git never tried to authenticate. Mine did. Then just
> forgot to use the authentication.
>
Did you setup your .netrc file like
Documentation/howto/setup-git-server-over-http.txt tells you to?
After you initialize the bare repository on your server there are two
additional tasks commonly recommended. 'touch git-daemon-export-ok' if
you want to be able to expose the repository using git-web and/or the
git:// protocol server. Secondly, rename the hooks/post-update.sample
to post-update and ensure it is executable. That hook runs after new
changesets are pushed in and the default version just calls
update-server-info for you.