Top "Gitosis" questions

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

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
Gitosis Error: Receiving 'Read Access Denied' on previously accessible repository

The Players I've been using git and gitosis for some months now, and am really loving both. Unfortunately, I have …

git gitosis access-denied
Git post-receive hook not working

We're using git with a central repo (using Gitosis). I've created a post-receive hook to generate an email to the …

git bash gitosis githooks git-post-receive
Git asking for password from command line

I setup git and gitosis on a server to manage my repos. It's working properly for the initial shell account …

git gitosis
git clone localhost?

I am not big into ubuntu, but I managed to set up git on my client and gitosis on the …

ubuntu gitosis
gitosis asking for password

I have setup a gitosis server following instructions from here. It works fine for the initial user but I have …

git passwords ssh rsa gitosis
Using gitosis to specify permissions per branch?

With gitosis, is it possible to specify write permissions so that users can push freely to branches with their own …

git gitosis gitolite
Connecting to gitosis server through an SSH tunnel

I've got an SSH tunnel setup on my macbook, like this... $ ssh -o ServerAliveInterval=3 -N -L 22222:gitosis-server:22 [email protected].…

git ssh firewall gitosis tunnel
Git and Rails: ignore database.yml

I finally made a great step by abandoning SVN for Git and loving it. It must be somewhere, but I …

git macos gitosis
Is good idea to use gerrit to host the git repository instead of gitolite or gitosis?

Originally I try to use gitosis to manage the git repositories in the company, and later notice gitolite is kind …

git gitosis gitorious gitolite gerrit