Skip to content

Build command fix#295

Merged
piranna merged 1 commit intoNodeOS:masterfrom
oritwoen:master
Aug 19, 2016
Merged

Build command fix#295
piranna merged 1 commit intoNodeOS:masterfrom
oritwoen:master

Conversation

@oritwoen
Copy link
Copy Markdown
Contributor

Fix error:

git clone [email protected]:NodeOS/NodeOS.git
Cloning into 'NodeOS'...
The authenticity of host 'github.com (192.30.253.112)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
RSA key fingerprint is MD5:16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? y
Please type 'yes' or 'no': yes
Warning: Permanently added 'github.com,192.30.253.112' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Fix error:

```bash
git clone [email protected]:NodeOS/NodeOS.git
Cloning into 'NodeOS'...
The authenticity of host 'github.com (192.30.253.112)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
RSA key fingerprint is MD5:16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? y
Please type 'yes' or 'no': yes
Warning: Permanently added 'github.com,192.30.253.112' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
```
@piranna
Copy link
Copy Markdown
Member

piranna commented Aug 19, 2016

This problem would not happen if you have a GitHub account and a registered signature, but you are right is better to have anonimous access on the docs, thank you :-)

@piranna piranna merged commit 7a6e48f into NodeOS:master Aug 19, 2016
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

Successfully merging this pull request may close these issues.

2 participants