ara icon indicating copy to clipboard operation
ara copied to clipboard

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

Open rseac opened this issue 10 months ago • 2 comments

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 '[email protected]: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 = [email protected]: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.

rseac avatar Jan 30 '25 15:01 rseac

Hello @rseac,

Sorry for leaving your question behind. It should be cva6-sdk if we are talking about ara/cheshire/sw/cva6-sdk. It's weird since the pointer seems correct to https://github.com/moimfeld/cva6-sdk/tree/mi/cheshire-ara-os. Anyway, we will bump this soon. In the meantime, you can try to clone the SDK directly. The commit is correct (ed582f3b8ea78a3d0a20f81b3da0f36a73d7e86b). I will also try to take a closer look tonight or tomorrow. Let me know if cloning directly works for you as a temporary fix :-)

mp-17 avatar Feb 04 '25 12:02 mp-17

Hi @mp-17,

Cloning directly seems to be fine. I am using that in my docker images for now.

Thanks.

rseac avatar Mar 06 '25 19:03 rseac