From 8301843acdf0879bc2fea325c5696f452f0a0f78 Mon Sep 17 00:00:00 2001 From: rishitasinha Date: Fri, 23 Jan 2026 23:36:48 +0530 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20HTTP=20=E2=86=92=20HTTPS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed a small typo by correcting HTTP to HTTPS in the set-up-git documentation. --- content/get-started/git-basics/set-up-git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/git-basics/set-up-git.md b/content/get-started/git-basics/set-up-git.md index 0bf9b9fb37f8..244f90046c62 100644 --- a/content/get-started/git-basics/set-up-git.md +++ b/content/get-started/git-basics/set-up-git.md @@ -57,7 +57,7 @@ If you do not need to work with files locally, {% data variables.product.github 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. > [!NOTE] -> 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). +> 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). ### Connecting over HTTPS (recommended)