Skip to content

Commit d2289c5

Browse files
Fix typo: HTTP → HTTPS (github#42522)
Co-authored-by: Sharra-writes <sharra-writes@github.com>
1 parent b75185b commit d2289c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/git-basics/set-up-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you do not need to work with files locally, {% data variables.product.github
5757
When you connect to a {% data variables.product.github %} repository from Git, you need to authenticate with {% data variables.product.github %} using either HTTPS or SSH.
5858

5959
> [!NOTE]
60-
> You can authenticate to {% data variables.product.github %} using {% data variables.product.prodname_cli %}, for either HTTP or SSH. For more information, see [`gh auth login`](https://cli.github.com/manual/gh_auth_login).
60+
> You can authenticate to {% data variables.product.github %} using {% data variables.product.prodname_cli %}, for either HTTPS or SSH. For more information, see [`gh auth login`](https://cli.github.com/manual/gh_auth_login).
6161
6262
### Connecting over HTTPS (recommended)
6363

0 commit comments

Comments
 (0)