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 1bc1868 commit 793c697Copy full SHA for 793c697
src/doc/src/appendix/git-authentication.md
@@ -44,7 +44,7 @@ most Unix-like systems), and that the correct keys are added (with `ssh-add`).
44
Windows uses Pageant for SSH authentication.
45
46
> **Note:** Cargo does not support git's shorthand SSH URLs like
47
-> `git@example.com/user/repo.git`. Use a full SSH URL like
+> `git@example.com:user/repo.git`. Use a full SSH URL like
48
> `ssh://git@example.com/user/repo.git`.
49
50
> **Note:** SSH configuration files (like OpenSSH's `~/.ssh/config`) are not
0 commit comments