I ran into this problem too, but it's because we both didn't follow the instructions. In addition to the setup you mentioned, you also need to run (on the remote repo):
$ git --bare update-server-info $ mv hooks/post-update.sample hooks/post-update (the second command didn't work for me - the hook was already in the right place) This is from the git documentation: http://www.kernel.org/pub/software/scm/git/docs/user-manual.html#public-repositories -- git push over http and webdav fails - Hardy https://bugs.launchpad.net/bugs/231633 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
