Skip to content

Commit ebfee1a

Browse files
committed
Update error message for SSH error
1 parent 37e4829 commit ebfee1a

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

284283
user_error_with_hint(err, hint)

0 commit comments

Comments
 (0)