We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f39848 commit b5fdcdaCopy full SHA for b5fdcda
cli/src/commands/git.rs
@@ -275,8 +275,7 @@ fn map_git_error(err: git2::Error) -> CommandError {
275
successfully load certificates. Try setting it to the path of a directory that \
276
contains a `.ssh` directory."
277
} else {
278
- "Jujutsu uses libssh2, which doesn't respect ~/.ssh/config. Does `ssh -F \
279
- /dev/null` to the host work?"
+ "There was an error creating an SSH connection. Are you able to SSH to the host?"
280
};
281
282
user_error_with_hint(err, hint)
0 commit comments