"Chris Hart" [off-list ref] writes:
However, once authenticated to the .git folder (cadaver through
https), basic commands give strange errors or 404s. Ls throws "Listing
collection `/.git/': failed:
This one is not a git problem, as mentionned in another message.
You'll get better chance on an apache-related list I think.
Trying git clone https://server/.git throws:
This actually uses plain http, not webdav itself. push will be the
next step, and will be the one using webdav.
"warning: remote HEAD refers to nonexistent ref, unable to checkout"
That can mean you need a git update-server-info on the server.
--
Matthieu