The git-update-server-info tag has no wiki summary.
2
votes
3answers
2k views
git-update-server-info not sufficient to clone remote repo?
I'd like to make a git repository available over a Nginx HTTPS server.
I've set the post-commit hook to run git-update-server-info in order to update the refs for the "dumb" backend.
Pulling updates ...
2
votes
1answer
68 views
How do I clone over HTTP a repository that has no info/refs?
Given a repository served over HTTP whose owner forgot to chmod +x hooks/post-update, is there a workaround for cloning it?
I tried running wget --mirror url, but rather than fetching the subtree ...