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
error: failed to get `bar` as a dependency of package `foo v0.1.0 ([ROOT]/foo)`
134
+
[ERROR] failed to get `bar` as a dependency of package `foo v0.1.0 ([ROOT]/foo)`
138
135
139
136
Caused by:
140
137
failed to load source for dependency `bar`
@@ -143,15 +140,13 @@ Caused by:
143
140
Unable to update ssh://testuser@127.0.0.1:[..]/repos/bar.git
144
141
145
142
Caused by:
146
-
failed to clone into: [ROOT]/home/.cargo/git/db/bar-[..]
143
+
failed to clone into: [ROOT]/home/.cargo/git/db/bar-[HASH]
147
144
148
145
Caused by:
149
-
error: unknown SSH host key
146
+
[ERROR] unknown SSH host key
150
147
The SSH host key for `[127.0.0.1]:[..]` is not known and cannot be validated.
151
148
152
-
To resolve this issue, add the host key to the `net.ssh.known-hosts` array in \
153
-
your Cargo configuration (such as [ROOT]/home/.cargo/config.toml) or in your \
154
-
OpenSSH known_hosts file at [ROOT]/home/.ssh/known_hosts
149
+
To resolve this issue, add the host key to the `net.ssh.known-hosts` array in your Cargo configuration (such as [ROOT]/home/.cargo/config.toml) or in your OpenSSH known_hosts file at [ROOT]/home/.ssh/known_hosts
155
150
156
151
The key to add is:
157
152
@@ -160,10 +155,9 @@ Caused by:
160
155
The ECDSA key fingerprint is: SHA256:[..]
161
156
This fingerprint should be validated with the server administrator that it is correct.
162
157
163
-
See https://doc.rust-lang.org/stable/cargo/appendix/git-authentication.html#ssh-known-hosts \
164
-
for more information.
165
-
",
166
-
)
158
+
See https://doc.rust-lang.org/stable/cargo/appendix/git-authentication.html#ssh-known-hosts for more information.
error: failed to get `bar` as a dependency of package `foo v0.1.0 ([ROOT]/foo)`
226
+
[ERROR] failed to get `bar` as a dependency of package `foo v0.1.0 ([ROOT]/foo)`
235
227
236
228
Caused by:
237
229
failed to load source for dependency `bar`
@@ -240,15 +232,13 @@ Caused by:
240
232
Unable to update ssh://testuser@127.0.0.1:[..]/repos/bar.git
241
233
242
234
Caused by:
243
-
failed to clone into: [ROOT]/home/.cargo/git/db/bar-[..]
235
+
failed to clone into: [ROOT]/home/.cargo/git/db/bar-[HASH]
244
236
245
237
Caused by:
246
-
error: unknown SSH host key
238
+
[ERROR] unknown SSH host key
247
239
The SSH host key for `[127.0.0.1]:[..]` is not known and cannot be validated.
248
240
249
-
To resolve this issue, add the host key to the `net.ssh.known-hosts` array in \
250
-
your Cargo configuration (such as [ROOT]/home/.cargo/config.toml) or in your \
251
-
OpenSSH known_hosts file at [ROOT]/home/.ssh/known_hosts
241
+
To resolve this issue, add the host key to the `net.ssh.known-hosts` array in your Cargo configuration (such as [ROOT]/home/.cargo/config.toml) or in your OpenSSH known_hosts file at [ROOT]/home/.ssh/known_hosts
252
242
253
243
The key to add is:
254
244
@@ -259,10 +249,9 @@ Caused by:
259
249
Note: This host key was found, but is associated with a different host:
260
250
[ROOT]/home/.ssh/known_hosts line 1: example.com
261
251
262
-
See https://doc.rust-lang.org/stable/cargo/appendix/git-authentication.html#ssh-known-hosts \
263
-
for more information.
264
-
",
265
-
)
252
+
See https://doc.rust-lang.org/stable/cargo/appendix/git-authentication.html#ssh-known-hosts for more information.
error: failed to get `bar` as a dependency of package `foo v0.1.0 ([ROOT]/foo)`
339
+
[ERROR] failed to get `bar` as a dependency of package `foo v0.1.0 ([ROOT]/foo)`
352
340
353
341
Caused by:
354
342
failed to load source for dependency `bar`
@@ -357,10 +345,10 @@ Caused by:
357
345
Unable to update ssh://testuser@127.0.0.1:{port}/repos/bar.git
358
346
359
347
Caused by:
360
-
failed to clone into: [ROOT]/home/.cargo/git/db/bar-[..]
348
+
failed to clone into: [ROOT]/home/.cargo/git/db/bar-[HASH]
361
349
362
350
Caused by:
363
-
error: SSH host key has changed for `[127.0.0.1]:{port}`
351
+
[ERROR] SSH host key has changed for `[127.0.0.1]:{port}`
364
352
*********************************
365
353
* WARNING: HOST KEY HAS CHANGED *
366
354
*********************************
@@ -369,15 +357,9 @@ Caused by:
369
357
The ECDSA fingerprint for the key from the remote host is:
370
358
SHA256:[..]
371
359
372
-
You are strongly encouraged to contact the server administrator for `[127.0.0.1]:{port}` \
373
-
to verify that this new key is correct.
360
+
You are strongly encouraged to contact the server administrator for `[127.0.0.1]:{port}` to verify that this new key is correct.
374
361
375
-
If you can verify that the server has a new key, you can resolve this error by \
376
-
removing the old ecdsa-sha2-nistp256 key for `[127.0.0.1]:{port}` located at \
377
-
[ROOT]/home/.ssh/known_hosts line 1, and adding the new key to the \
378
-
`net.ssh.known-hosts` array in your Cargo configuration (such as \
379
-
[ROOT]/home/.cargo/config.toml) or in your OpenSSH known_hosts file at \
380
-
[ROOT]/home/.ssh/known_hosts
362
+
If you can verify that the server has a new key, you can resolve this error by removing the old ecdsa-sha2-nistp256 key for `[127.0.0.1]:{port}` located at [ROOT]/home/.ssh/known_hosts line 1, and adding the new key to the `net.ssh.known-hosts` array in your Cargo configuration (such as [ROOT]/home/.cargo/config.toml) or in your OpenSSH known_hosts file at [ROOT]/home/.ssh/known_hosts
0 commit comments