We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3618988 commit 0993246Copy full SHA for 0993246
1 file changed
docs/git-auth.md
@@ -14,6 +14,8 @@ Based on the type of URL, one of two authentication methods will be used:
14
| https?://host.tld/repo | Not Set | Set | HTTP Basic |
15
| https?://host.tld/repo | Set | Not Set | HTTP Basic |
16
| https?://host.tld/repo | Set | Set | HTTP Basic |
17
+| ssh://host.tld/repo | - | - | SSH |
18
+| git://host.tld/repo | - | - | SSH |
19
| file://path/to/repo | - | - | None |
20
| path/to/repo | - | - | None |
21
| All other formats | - | - | SSH |
0 commit comments