Top "Gitolite" questions

Gitolite is software to manage a collection of Git repositories on a server accessible by SSH, without creating local accounts for the users.

gitolite with non-default port

To clone a repository managed by gitolite one usually uses following syntax git clone gitolite@server:repository This tells the …

ssh gitolite
I can't see my project in gitweb. How do you configure gitweb properly?

Goal: To see my project in the gitweb webpage. I have git+gitolite+gitweb installed. My gitolite.conf file is: …

git version-control configuration gitolite gitweb
gitolite hook for specific repository

I don't understand how do I create a post-receive hook for a specific repository in gitolite (non-root install) My bare …

hook gitolite