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 using the git submodule update --init --recursive command, I get this output
Cloning into '/home/_myuseraccount_/Downloads/hookey/goldberg_emulator'...
[email protected]: Permission denied (publickey,keyboard-interactive).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:Mr_Goldberg/goldberg_emulator.git' into submodule path '/home/_myuseraccount_/Downloads/hookey/goldberg_emulator' failed
Failed to clone 'goldberg_emulator'. Retry scheduled
Cloning into '/home/_myuseraccount_/Downloads/hookey/goldberg_emulator'...
[email protected]: Permission denied (publickey,keyboard-interactive).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:Mr_Goldberg/goldberg_emulator.git' into submodule path '/home/_myuseraccount_/Downloads/hookey/goldberg_emulator' failed
Failed to clone 'goldberg_emulator' a second time, aborting
The text was updated successfully, but these errors were encountered:
When using the
git submodule update --init --recursive
command, I get this outputThe text was updated successfully, but these errors were encountered: