J'ai suivi les instructions sur https://gitlab.in2p3.fr/gauron/didacticiels/blob/master/Gitlab/MergeRequest/didacticiel%20Merge%20request.md
Et j'obtiens l'erreur suivante:
delerue@tango-util2:~/git$ git clone git@gitlab.in2p3.fr:delerue/IHM.git
Cloning into 'IHM'...
The authenticity of host 'gitlab.in2p3.fr (134.158.69.41)' can't be established.
ECDSA key fingerprint is SHA256:j9RRZcczB+XocN53k9R/+IAs1nLHyEjjkB4bjJiL+QU.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'gitlab.in2p3.fr,134.158.69.41' (ECDSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
|