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.

Pushing existing git repository to gitolite

I've set up gitolite on my Ubuntu server and can add users, create empty repositories, clone the empty repository, add …

git-push gitolite
How do I rename a Git repository created with gitolite?

I created a Git repository using gitolite. Now I would like to rename that repository. How can I do this? …

git gitolite
How do I have to configure gitweb and gitolite so they'll work together?

I am trying to make gitweb work with gitolite... but unsuccessful so far. I am working on a RedHat Linux …

git gitolite gitweb
gitolite push error -> remote: ENV GL_RC not set

I am trying to push content from a workstation to a server. But it gives me an error. Please look …

git git-svn msysgit gitolite
Git Server Frustration (Gitosis, Gitolite, etc)

Please excuse the frustrating undertones as I have attempted to get this set up correctly multiple times to no avail (…

linux git gitosis gitolite
git ls-remote returns 128 on any repo

When using git, git ls-remote returns status code 128 while any other commands work flawlessly (push/pull/clone/etc). My repos …

git gitolite
gitolite: can connect via ssh, can't clone

I installed gitolite on my server using this tutorial. This falls under the "non-root" method. It fails when I try …

git ssh gitolite
TeamCity Git VCS SSH connection with Custom Private Key throws JschException: Auth fail

I can't seem to get TeamCity to read my Git (Gitolite) repository... I get an exception: List remote refs failed: …

git ssh teamcity private-key gitolite
gitolite installation issue

Has any one tryied the easy install option of gitolite? I am trying to install gitolite from my windows (workstation ) …

git msysgit gitolite
Gitolite permissions on branches

I'm really at a loss here. I've read through quite a few examples, and tried all of them. The most …

git permissions gitolite