You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone command in the installation instructions only works if the user has configured its ssh key on github. I recommend we add to the instructions an alternative where cloning is done with https.
I got this error when first trying:
(ChildProjectVenv) (base) cscaff@MN058AD42G86 ~ % git clone git@github.com:LAAC-LSCP/datalad-procedures.git
Cloning into 'datalad-procedures'...
The authenticity of host 'github.com (140.82.121.3)' can't be established.
ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.
Are you sure you want to continue connecting (yes/no/[fingerprint])? y
Please type 'yes', 'no' or the fingerprint: yes
Warning: Permanently added 'github.com,140.82.121.3' (ECDSA) 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.
The text was updated successfully, but these errors were encountered:
git clone command in the installation instructions only works if the user has configured its ssh key on github. I recommend we add to the instructions an alternative where cloning is done with https.
I got this error when first trying:
The text was updated successfully, but these errors were encountered: