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.

Specify an SSH key for git push for a given domain

I have the following use case: I would like to be able to push to [email protected]:gitolite-admin …

git ssh gitolite
How to tell git to use the correct identity (name and email) for a given project?

I use my personal laptop for both work and personal projects and I would like to use my work email …

git github gitolite git-config
gitosis vs gitolite?

I am looking for installing a git server to share projects with my team. I don't want to create a …

git gitosis gitolite
No refs in common and none specified; doing nothing

I had a local git project that I wanted to add to gitolite. Apparently this is hard so I abandoned …

git gitolite
Which is the best git hosting sw? - Gitolite vs. Gitlab vs. Gitorius

I am looking for a git hosting environment for several users. Therefore i've searched for comparisons between Gitolite, Gitlab and …

git hosting gitolite gitlab gitorious
gitolite: PTY allocation request failed on channel 0

Both jenkins (the ci-server) and my git repository are hosted on the same server. The git repo is controlled by …

gitolite
git push origin DENIED by fallthru, hook declined: gitolite

I am having a problem pushing with git using Gitolite. When I try this: git push origin :refs/tags/deployment …

git gitolite git-push
GitLab requires git@localhost password to push to a repo

I'm trying to get GitLab up and running on my server. I followed the installation instructions at the gitlab github …

git ssh gitolite gitlab
git clone git@myserver:gitolite-admin fails

I am trying to get an git server repository running. I did install gitolite when running git info over ssh …

git gitolite
Gitolite: adding user not working, and DENIED by fallthru when cloning as root?

I've managed to init an empty git repo on my NAS, and I attempted to add a new user by …

git clone gitolite