[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Git clone and gitlab.com: Permission denied
From: |
Jeffrey Walton |
Subject: |
Re: Git clone and gitlab.com: Permission denied |
Date: |
Wed, 24 Mar 2021 10:23:29 -0400 |
On Wed, Mar 24, 2021 at 7:34 AM Andreas Schneider <asn@samba.org> wrote:
>
> On Wednesday, 24 March 2021 04:05:34 CET Jeffrey Walton wrote:
>
> > I can't seem to checkout libtasn1 sources:
> >
> > ~$ git clone git@gitlab.com:gnutls/libtasn1.git
> > Cloning into 'libtasn1'...
> > git@gitlab.com: Permission denied (publickey,keyboard-interactive).
> > fatal: Could not read from remote repository.
> >
> if you don't have a gitlab.com account and set up and SSH key, you should not
> use SSH to clone the repository, but select https on the site!
>
> git clone https://gitlab.com/gnutls/libtasn1.git
Thanks.
The libtasn1 homepage says to use git, not http
(https://www.gnu.org/software/libtasn1/):
The development of libtasn1 takes place
on gitlab. For sources and other information,
please see the Libtasn1 project page.
You can check out the sources by using
git as follows:
$ git clone git@gitlab.com:gnutls/libtasn1.git
Jeff