On 1/22/07, Linus Torvalds <torvalds@xxxxxxxx> wrote:
Umm. Your git daemon is probably running as "nobody", and simply doesn't have write permissions to the archive, does it? > % cat /etc/xinet.d/git-daemon > service git > { > user = nobody iow, I think you simply need to make sure that git-daemon will have write permission to the thing. Either by making the whole repository writable by nobody, or by running git-daemon as the proper user.
Whereby I personaly run back quickly to cover under my git-over-ssh safety blanket. :-) martin - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html