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 6222cb2 commit ea93486Copy full SHA for ea93486
cli/src/commands/git.rs
@@ -276,8 +276,7 @@ fn map_git_error(err: git2::Error) -> CommandError {
276
successfully load certificates. Try setting it to the path of a directory that \
277
contains a `.ssh` directory."
278
} else {
279
- "Jujutsu uses libssh2, which doesn't respect ~/.ssh/config. Does `ssh -F \
280
- /dev/null` to the host work?"
+ "There was an error creating an SSH connection. Are you able to SSH to the host?"
281
};
282
283
user_error_with_hint(err, hint)
0 commit comments