Skip to content

Installing gitosis on Ubuntu 8.04 LTS

This is supposed to be more like a reminder to myself, should I ever need to install gitosis on a server again. I carefully followed all the steps described here and here (German) on my Ubuntu 8.04 LTS server. But when it came to pushing my first project to the repository, git failed with ERROR:gitosis.serve.main:Repository read access denied

Turned out that none of the hooks in repositories/gitosis-admin.git/hooks/ was executable. A simple $ sudo chmod +x * solved the problem for me. Now, everything seems to be working fine.

Session: Git

Serverside Locking, Clientside Merging, Distributed (Darcs, Mercury, Git, Monotone, etc.): Zustand des Repositories als Verkettung von Patches. Ein Vorteil: Man kann auch offline arbeiten. Gute Delta-Compression, Garbage Collection, Mehr-Protokoll-Fähigkeit (Git Protokoll, SSH, HTTP, ...). Tools: gitweb, gitosis. Da ich ja schon mit git gearbeitet habe, fällt mir gerade wieder auf, dass es schon ein sehr schönes System ist. Und Github scheint definitiv einen Test wert zu sein, zumal es für Open Source-Projekte kostenlos ist.