Skip to content

Commit b5fdcda

Browse files
committed
git: update error message for SSH error to stop referencing libssh2
1 parent 2f39848 commit b5fdcda

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
@@ -275,8 +275,7 @@ fn map_git_error(err: git2::Error) -> CommandError {
275275
successfully load certificates. Try setting it to the path of a directory that \
276276
contains a `.ssh` directory."
277277
} else {
278-
"Jujutsu uses libssh2, which doesn't respect ~/.ssh/config. Does `ssh -F \
279-
/dev/null` to the host work?"
278+
"There was an error creating an SSH connection. Are you able to SSH to the host?"
280279
};
281280

282281
user_error_with_hint(err, hint)

0 commit comments

Comments
 (0)