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? http://www.kernel.org/pub/software/scm/git/docs/everyday.html, at it's bottom tlak about this but it requires SSH. https://help.ubuntu.com/community/Git talks about gitosis, but it requires keys. I have the GIT repository setup, with the "git://"-only access scheme, but anyone may push into this. I expected just a flat file the SVN way (But I dont want to use SVN): [users] alice: al_pass bob : b_pass [groups] senior:alice,bob [permissions] @senior:all @anonymous:clone How could I do that? Misaotra, Thanks, Merci. -- Architecte Informatique chez Blueline/Gulfsat: Administration Systeme, Recherche & Developpement +261 34 29 155 34 / +261 33 11 207 36 -- 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