[Cialug] GIT servers

Jeffrey Ollie jeff at ocjtech.us
Sun Jun 26 12:19:41 CDT 2016


git-daemon provides only the most basic services. gitolite adds things like
ACLs and multiple users. If this is just for personal stuff, you don't
really need a "server". Just a SSH account somewhere that has git installed
is enough. Then you can refer to the remote git repo with something like
"ssh://user@host:path/to/repo"

On Sun, Jun 26, 2016 at 11:45 AM, Dave Weis <djweis at sjdjweis.com> wrote:

> Hello All
>
> I'm trying to set up a private git server for a handful of my projects. It
> will primarily be private but possibly some public cloning.
>
> Is there a difference between git-daemon and gitolite3?
>
> So far it's been more of a pain than setting up a CVS server from scratch!
>
> dave
> _______________________________________________
> Cialug mailing list
> Cialug at cialug.org
> http://cialug.org/mailman/listinfo/cialug
>



-- 
Jeff Ollie


More information about the Cialug mailing list