Re: [E-devel] cloning a forked a project

Vincent Torri <[email protected]> Sun, 8 May 2022 09:52:07 +0200
Newsgroups gmane.comp.window-managers.enlightenment.devel
Message-ID <CAMq1adqbaR+EwEacC9E60iV4BKfTkQLkD2==cib_aeyt=ZzfOQ@mail.gmail.com>
On Sun, May 8, 2022 at 9:13 AM Vincent Torri <[email protected]> wrote:
>
> hello
>
> i have registered and forked a project (namely rage). In my setting, I have added a public ssh key (same than github btw)
>
> when cloning with ssh, i get:
>
> $ git clone ssh://[email protected]:9990/vtorri/rage.git
> Cloning into 'rage'...
> [email protected]: Permission denied (publickey).
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.
>
> any idea what is wrong ?

note that https cloning is successful

 Vincent