I am newby with gitolite. I\'ve install gitolite on a remote server.
http://dev.remoteserver.com
So I could git-cloning gitolite-admin.git
I was having trouble cloning out the gitolite-admin repository after the initial setup and it was due to the fact that I gave group write permissions to the home folder of the gitolite user git and ssh doesn't like that.
I checked Check /var/log/secure and saw this :
Authentication refused: bad ownership or modes for directory /home/git
So all I had to do was :
sudo chmod g-w /home/git/