yorkie / rust.js

Run your JavaScript apps backed by Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to pull submodules for development.

TalhaKhatri opened this issue · comments

I tried using git submodule update --init --recursive to pull the sub modules but it gives me an error stating the following:

Cloning into 'deps/v8'...
The authenticity of host 'github.com (192.30.253.113)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
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.113' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:v8/v8-git-mirror.git' into submodule path 'deps/v8' failed

Can I get some help or if I'm doing something wrong, kindly let me know, thanks!

Did you configure your SSH key with GitHub?

@yorkie I suggest using https in submodules. would prevent such problems.