2

I set up gitosis on 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?

ibz
  • 44,461
  • 24
  • 70
  • 86

1 Answers1

1

Fixed by adding my user to the git group.

ibz
  • 44,461
  • 24
  • 70
  • 86
  • Ooops. Now I can clone, but not push, since group permissions are rx. Any better idea? – ibz Jun 20 '10 at 11:22
  • Just cloned over ssh to localhost in the end. Seems there is no better way to do it with gitosis. – ibz Jun 28 '10 at 08:02