Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cva6-sdk host key verification failed on git submodule update --init --recursive #389

Open
rseac opened this issue Jan 30, 2025 · 0 comments

Comments

@rseac
Copy link

rseac commented Jan 30, 2025

Hello,

I get the following error when running git submodule update --init --recursive.

Cloning into '/ara/cheshire/sw/cva6-sdk'...
Host key verification failed.
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:moimfeld/cva6-sdk.git' into submodule path '/ara/cheshire/sw/cva6-sdk' failed

I believe the problem is with the .gitmodules url for cheshire/sw/cva6-sdk. It currently has

url = git@github.com:moimfeld/cva6-sdk.git

but from the history it seems like it should be

url = https://github.com/pulp-platform/cva6.git

Is this correct? I'd be happy to open a PR, if this is the case.

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

No branches or pull requests

1 participant