You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run git submodule update --init --recursive. I get the following error:
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:ermongroup/ncsnv2.git' into submodule path '/.../code-cs-fairness/ncsnv2' failed
Failed to clone 'ncsnv2'. Retry scheduled
Cloning into '/.../code-cs-fairness/ncsnv2'...
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:ermongroup/ncsnv2.git' into submodule path '/.../code-cs-fairness/ncsnv2' failed
Failed to clone 'ncsnv2' a second time, aborting
The text was updated successfully, but these errors were encountered:
When I run
git submodule update --init --recursive
. I get the following error:The text was updated successfully, but these errors were encountered: