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