Installing Git on Ubuntu 12.04

Posted by Sven Jung on Server Fault See other posts from Server Fault or by Sven Jung
Published on 2012-09-15T13:52:06Z Indexed on 2012/09/15 15:39 UTC
Read the original article Hit count: 296

Filed under:
|
|
|
|

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

© Server Fault or respective owner

Related posts about linux

Related posts about ubuntu