I am installing gitolite on a CentOS 5.9 server. I created the git user, and then after su - git I managed to get my public key in the ~ / .ssh / directory, I successfully cloned the gitolite repo from github and ran gitolite/install -ln . The next step is to start the setup of the githolite.
git@hostname [~]
A google search and a search here on SO did not help me resolve this FATAL error, and now I am fined.
Should I have configured the gitolite.conf file before starting the setup? I followed the instructions at http://gitolite.com/gitolite/progit.html , since they are a little easier than me to understand than the normal documentation of githolite. However, these instructions do not mention setting up the .conf file.
UPDATE: I tried to create a new key, and it still doesn't work:
git@hostname [~]
I also tried replacing $HOME with the full path, just in case su - git messed it up. Are there any problems with my ssh installation? Not sure how it will be when I use ssh to connect to this server.
UPDATE: It turns out that the gitolite kept the public keys that I was trying to tune with before this happened. Then I deleted all the repositories, the gitolite source directory, the symlink in ~ / bin and the .gitolite directory and started the installation process again. I cloned a gitolite repo from github, generated a new key after deleting all the other keys that I tried to use before. Then I ran gitolite install -ln and finally
git@hostname [~]
Still missing.
source share