I'm struggling to get gitosis deny read access to a repository. Basically I want only one user to have read and write access to it. At the moment everyone can clone the tree and this is precisely what I don't want. Cheers!
|
feedback
|
|
If you've got this sort of question it helps to post your configuration. Gitosis doesn't grant any access to a repository other than what you've explicitly configured. A really simple
This allows someone identified as "lars" read/write access to the "admin" and "myproject" repositories, and grants no access to anyone else. If you've got something like this and it's not working as you expect, add the following:
This will cause gitosis to log verbosely when you interact with it. Post your | |||
feedback
|