Installing Git on Ubuntu 12.04
- by Sven Jung
I installed git with gitolite on my vserver using this tutorial.
But I've got a problem to clone the gitolite-admin repo to my computer.
The user is created with the option --disabled-password
But if I try to clone with
git clone git@<server>:gitolite-admin.git
he asks not only for the passphrase of my rsa_key but also for the password
of the gituser.
Anyone an idea? I thought the user is created without password and
I don't know what to type in