Replies: 2 comments
-
Is there any other workaround without using git? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Related bug report: #3322 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! Please add somewhere in docs explanation that errors like
(at least on Windows) means you need to fix your
.ssh/known_hosts
. It took me three days and two computers to figure it out.So the easy way to fix it is to delete/rename current
known_hosts
, clone repo using git and agree to create newknown_hosts
(this time with githubsssh-ed25519
key).The root cause was that libssh2 doesn't support
ecdsa-sha2-nistp256
keys while git works fine.Beta Was this translation helpful? Give feedback.
All reactions