On 4/12/10 3:47 PM, Mihamina Rakotomandimby wrote:
Manao ahoana, Hello, Bonjour, I would like to setup a git repository, on a Debian machine. I would like to access it only with git:// (no http://, no ssh://,...) How to implement read/write restriction when just wanting to use "git://" without dealing with SSH?
The git:// protocol is anonymous, not authenticated. If you want to allow read/write access to repositories while restricting access only to certain users, you'll have to use http:// or ssh:// (with the later strongly preferred). Try gitolite [1], it isn't that hard to set it up.
tom [1] http://github.com/sitaramc/gitolite -- 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