Hi Lénaïc, On Mon, 28 Dec 2009, Lénaïc Huard wrote: > The attached patch makes git configure libcurl to negotiate the most suitable > HTTP authentication method. > Thanks to that patch, I manage to clone and fetch my git repository hosted on > my web server requesting an authentication through the « Digest » method. Something similar has already been queued for inclusion, and is available in the branch 'next', in commit b8ac923010484908d8426cb8ded5ad7e8c21a7f6. The patch available there requires you to set http.authAny for the libcurl option to be enabled. // Martin