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

Cloning iCryptoNode / error #3

Open
ghost opened this issue Jun 3, 2019 · 1 comment
Open

Cloning iCryptoNode / error #3

ghost opened this issue Jun 3, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 3, 2019

Hi,

the manual needs refresh in my opinion. Cloning of the repository was not possible:

pi@raspberrypi:/home $ sudo git clone [email protected]:seibelj/iCryptoNode.git
Cloning into 'iCryptoNode'...
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.
Permission denied (publickey).
fatal: Could not read from remote repository.

@csann
Copy link

csann commented Feb 3, 2020

If you google on this error message you will find several solutions to this problem. The simplest is to use the https url rather than the ssh url method of cloning. Change the command to the following:
sudo git clone https://github.com/seibelj/iCryptoNode.git

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