Fresh install, Ubuntu Server 12.10, git@localhost user password ??
Created by: FLasH3r
- Fresh install of Ubuntu Server 12.10 with SSH Server (inside VMWare)
- Following this guide: https://github.com/gitlabhq/gitlabhq/blob/stable/doc/installation.md
apt-get install curl sudo
curl https://raw.github.com/gitlabhq/gitlab-recipes/master/install/debian_ubuntu.sh | sh
This command fails:
sudo -u gitlab -H git clone git@localhost:gitolite-admin.git /tmp/gitolite-admin
It requests for a password for the user git. I have no idea what the password it, in the entire process I was not asked to give one, and I could not find in the documentation any reason for this to fail.