I just installed gitolite but when I push on the repository gitolite-admin I get an error:
git push
Counting objects: 9, done.
Delta compression using up to
It's very good comment from #roberthernandez, but i want to add some emphasises to this.
My big broblem with installing gitolite (and push'ing of course) were with checking, that '~/bin' directory is in PATH environment variable. We need use export PATH=$PATH:~/bin for set this setting. Without this option i think, gitolite can not exec his processes and has problems with PUSHing from you. Plus, after that you can use gilotile setup ... instead bin/gitolite setup ....