Я пытаюсь клонировать эту ветку от GitHub. Я использую Ubuntu VM и набрал в терминале:
git clone --single-branch --branch python3 git@github.com:HaseloffLab/CellModeller.git
Вывод:
Cloning into 'CellModeller'...
The authenticity of host 'github.com (140.82.118.3)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,140.82.118.3' (RSA) to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Я также попытался git clone -b <branch> <remote_repo>
, и разрешение отклонено.