Git clone problems...
Le lundi 15 avril 2013 ? 23:12 +0200, Eriberto a ?crit :
> Hi! My last commit in Debian Forensics was at 2010.
>
>
> I am trying to make a clone from repository but I think my command is
> wrong.
>
>
> $ git clone ssh://eriberto-guest at git.debian.org/git/debian-forensics/
> Cloning into 'debian-forensics'...
> Enter passphrase for key '/home/eriberto/.ssh/id_rsa':
> fatal: '/git/debian-forensics' does not appear to be a git repository
> fatal: The remote end hung up unexpectedly
>
>
> What is wrong? I'am newbie on Git...
>
>
> Thanks a lot in advance.
>
>
> Regards,
>
> Eriberto - Brazil
>
Hi Eriberto,
I think that you cannot clone the whole "forensics" repository. You have
to choose a package:
"""
$ git clone ssh://eriberto at git.debian.org/git/forensics/${PACKAGE}.git
"""
Replace the ${PACKAGE} variable by the package you want.
--
Christophe Monniez <christophe.monniez at fccu.be>
Reply to: