Framagit - problème avec l'utilisation de git avec SSH

Bonjour,

J’ai créé mon premier projet dans FramaGit. J’ai pu configurer une clé SSH (sur Windows 11, en suivant la doc Ssh · User · Aide · GitLab ) qui semble fonctionner :

> ssh -T git@framagit.org
Welcome to GitLab, @<mon nom d'utilisateur>!

Cependant, j’ai des problèmes avec les commandes Git clone ou push :

> git clone git@framagit.org:<mon nom d'utilisateur>/<mon projet>.git
Cloning into '<mon projet>'...
git@framagit.org: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

ou (après avoir initié le projet localement comme indiqué dans la doc du projet “Pousser un dossier existant”) :

> git push --set-upstream origin main
git@framagit.org: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Est-ce que vous auriez une idée de par où je pourrais chercher pour résoudre ce problème ?

N’hésitez pas à me dire s’il manque des informations pour aider à mieux comprendre mon contexte ou à me dire si je suis passé à côté d’une doc ou d’un post à ce sujet.

Merci d’avance pour votre aide.