Tagged Questions
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 ...