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
Submodule 'submodules/eigen' (git@gitlab.com:libeigen/eigen.git) registered for path 'submodules/eigen'
Cloning into 'D:/a/libant/libant/submodules/eigen'...
Host key verification failed.
Given that this is a public repository, and GitLab isn't exactly an obscure service, I feel like this ought to work out of the box. I didn't have any luck trying to add gitlab's key to ssh-known-hosts, so I'm not sure what to do.
The text was updated successfully, but these errors were encountered:
Your https seems to have been turned into git@gitlab.com:libeigen/eigen.git internally.
I have a possibly related but different problem - mine refers to
git://git.sv.nongnu.org/freetype/freetype2.git` . It seems that it works only if the submodule refers to the head of upstream. When upstream freetype2 moves forward, github CI cannot fetch the older commit.
My repository (https://github.com/ganondev/libant) depends on https://gitlab.com/libeigen/eigen as a submodule.
I thought to recurse submodules as part of the checkout:
But I get this:
Given that this is a public repository, and GitLab isn't exactly an obscure service, I feel like this ought to work out of the box. I didn't have any luck trying to add gitlab's key to
ssh-known-hosts
, so I'm not sure what to do.The text was updated successfully, but these errors were encountered: