Skip to content

Commit dca71e2

Browse files
committed
Auto merge of #9832 - Tindarid:patch-1, r=ehuss
Fix typo in git-authentication.md
2 parents d28ca0b + 793c697 commit dca71e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/appendix/git-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ most Unix-like systems), and that the correct keys are added (with `ssh-add`).
4444
Windows uses Pageant for SSH authentication.
4545

4646
> **Note:** Cargo does not support git's shorthand SSH URLs like
47-
> `git@example.com/user/repo.git`. Use a full SSH URL like
47+
> `git@example.com:user/repo.git`. Use a full SSH URL like
4848
> `ssh://git@example.com/user/repo.git`.
4949
5050
> **Note:** SSH configuration files (like OpenSSH's `~/.ssh/config`) are not

0 commit comments

Comments
 (0)