summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2023-03-18 10:44:40 +0100
committerGitHub <noreply@github.com>2023-03-18 10:44:40 +0100
commit6ca4dbbb6275ddf2a823b280eff1baa90a3e4425 (patch)
tree9a6af4595d29c94491764c81e6f0d607eb5ed841 /docs
parente1f353f8c6dc5eaf71f07275915d55b5c4bcff95 (diff)
parente0e54e3255f9bf1243db8027b46be16b433ff163 (diff)
downloadpip-6ca4dbbb6275ddf2a823b280eff1baa90a3e4425.tar.gz
Merge pull request #11839 from WilliamDEdwards/fix/add-ssh-user-to-git-ssh
Add SSH username to Git over SSH documentation example
Diffstat (limited to 'docs')
-rw-r--r--docs/html/topics/vcs-support.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/topics/vcs-support.md b/docs/html/topics/vcs-support.md
index faa0633cc..465d5ecb7 100644
--- a/docs/html/topics/vcs-support.md
+++ b/docs/html/topics/vcs-support.md
@@ -18,7 +18,7 @@ The supported schemes are `git+file`, `git+https`, `git+ssh`, `git+http`,
`git+git` and `git`. Here are some of the supported forms:
```none
-MyProject @ git+ssh://git.example.com/MyProject
+MyProject @ git+ssh://git@git.example.com/MyProject
MyProject @ git+file:///home/user/projects/MyProject
MyProject @ git+https://git.example.com/MyProject
```