From: Tomas Carnecky <tom@dbservice.com>
To: Mihamina Rakotomandimby <mihamina@gulfsat.mg>
Cc: git@vger.kernel.org
Subject: Re: simplest git deamon?
Date: Mon, 12 Apr 2010 16:23:11 +0200 [thread overview]
Message-ID: <4BC32CCF.5060303@dbservice.com> (raw)
In-Reply-To: <20100412164740.740050cb@pbmiha.malagasy.com>
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
next prev parent reply other threads:[~2010-04-12 14:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-12 13:47 simplest git deamon? Mihamina Rakotomandimby
2010-04-12 14:22 ` Shawn O. Pearce
2010-04-12 14:23 ` Tomas Carnecky [this message]
2010-04-12 14:24 ` Matthieu Moy
2010-04-12 23:22 ` Ilari Liusvaara
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BC32CCF.5060303@dbservice.com \
--to=tom@dbservice.com \
--cc=git@vger.kernel.org \
--cc=mihamina@gulfsat.mg \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.