[E-devel] cloning a forked a project

Vincent Torri <[email protected]> Sun, 8 May 2022 09:13:53 +0200
Newsgroups gmane.comp.window-managers.enlightenment.devel
Message-ID <CAMq1adrzHARgFqU5XAXMk3zUC-6Xy-3_HO2ccYbOQ+s-8eTGqw@mail.gmail.com>
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 ?

Vincent