Skip to content

Commit 0993246

Browse files
committed
add ssh/git examples
1 parent 3618988 commit 0993246

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/git-auth.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Based on the type of URL, one of two authentication methods will be used:
1414
| https?://host.tld/repo | Not Set | Set | HTTP Basic |
1515
| https?://host.tld/repo | Set | Not Set | HTTP Basic |
1616
| https?://host.tld/repo | Set | Set | HTTP Basic |
17+
| ssh://host.tld/repo | - | - | SSH |
18+
| git://host.tld/repo | - | - | SSH |
1719
| file://path/to/repo | - | - | None |
1820
| path/to/repo | - | - | None |
1921
| All other formats | - | - | SSH |

0 commit comments

Comments
 (0)