Gitosis local filesystem clone
I set up gitosis 开发者_StackOverflowon a server. Cloning and pushing from my laptop works fine. However, I want to make a local clone on the server using my user (not the git user). Gitosis seems to manage the file permissions by itself, making all repos unreadable by others. Is there some better way to get around this than just cloning via ssh to localhost?
Fixed by adding my user to the git group.
精彩评论