Skip to content

Commit ea93486

Browse files
committed
git: update error message for SSH error to stop referencing libssh2
1 parent 6222cb2 commit ea93486

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cli/src/commands/git.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,7 @@ fn map_git_error(err: git2::Error) -> CommandError {
276276
successfully load certificates. Try setting it to the path of a directory that \
277277
contains a `.ssh` directory."
278278
} else {
279-
"Jujutsu uses libssh2, which doesn't respect ~/.ssh/config. Does `ssh -F \
280-
/dev/null` to the host work?"
279+
"There was an error creating an SSH connection. Are you able to SSH to the host?"
281280
};
282281

283282
user_error_with_hint(err, hint)

0 commit comments

Comments
 (0)