From 513a50bd503db8b35b2d1d57f0928769def92382 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Wed, 6 Jan 2021 23:35:28 +0000 Subject: [PATCH] Correct the example URL --- content/github/using-git/adding-a-remote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github/using-git/adding-a-remote.md b/content/github/using-git/adding-a-remote.md index ce69b353b00f..65d792400a5f 100644 --- a/content/github/using-git/adding-a-remote.md +++ b/content/github/using-git/adding-a-remote.md @@ -37,7 +37,7 @@ You may encounter these errors when trying to add a remote. This error means you've tried to add a remote with a name that already exists in your local repository: ```shell -$ git remote add origin https://{% data variables.command_line.codeblock %}/octocat/Spoon-Knife +$ git remote add origin https://{% data variables.command_line.codeblock %}/octocat/Spoon-Knife.git > fatal: remote origin already exists. ```