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.

in which file git stores commit history?

I want to read from the file where git stores commit history to store each commit information in my project's …

git gitolite
gitolite installation: I cannot clone gitolite-admin repo!

I'm trying to install gitolite on my ubuntu server machine. still, there're lots of things I don't know yet, but …

gitolite
users are asked for password while using gitolite

I have successfully created gitolite-admin.git repo on server (say) 10.107.105.13. I can clone this repo on my local machine (say) 10.14.42.7 …

gitolite
gitolite repository getting created but projects.list is empty

i've installed and configured both gitolite and gitweb. gitolite works fine, all repositories and users work as expected.. but when …

git gitolite gitweb
How to add description for a repository in Gitolite configuration

I am using gitolite for user maintenance for my GIT server. Everything works fine except repo description. I have setup …

git repository gitolite
Setting umask in Git / Gitolite

I have set up Git and Gitolite, and at some point I recall having seen an "umask" setting, in one …

git permissions gitolite umask
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
Moving gitolite server

I have a working gitolite server. However, I want to move it to an identical configuration, but on a bigger …

git ubuntu repository gitolite
How to install hooks in gitolite

I've read all the documentation about hooks, similar questions and a lot of code but I can't track where is …

git githooks gitolite
Git: can't push {n/a (unpacker error)}

I have created a bare repo in my local machine[Windows OS] and installed gitolite as well. When i tried …

windows git gitolite git-bare