cosmos / ledger-cosmos-obsolete

Ledger Nano S support for Tendermint/Cosmos
Apache License 2.0
42 stars 29 forks source link

Unable to install submodules #154

Closed shikharfb closed 5 years ago

shikharfb commented 5 years ago

Issue while updating submodules

Command : git submodule update --init --recursive

Output:

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:tendermint/ledger-validator-app.git' into submodule path '/home/shikhar/go/src/github.com/ledger-cosmos/src/ledger-val' failed
Failed to clone 'src/ledger-val' a second time, aborting
Cloning into '/home/shikhar/go/src/github.com/ledger-cosmos/deps/nanos-secure-sdk'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
jleni commented 5 years ago

The submodules seen to be using SSH instead of HTTP.

I will update that to avoid these issues. In the meantime, a workaround is to connect to github with SSH credentials.

https://help.github.com/en/enterprise/2.16/user/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent

shikharfb commented 5 years ago

Cool, thanks.