Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git clone problem [solved] #3

Open
camiscaff opened this issue Feb 3, 2022 · 0 comments
Open

git clone problem [solved] #3

camiscaff opened this issue Feb 3, 2022 · 0 comments

Comments

@camiscaff
Copy link

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant