On Mon, Apr 12, 2010 at 04:47:40PM +0300, 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? You can't. git:// in its base form does not support authentication. Yes, one could extend git:// to support authentication and encryption (been there, done that), but that isn't usable as client end requires extra software not included in standard git install (that server end requires extra software is comparatively no problem). -Ilari -- 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