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. ```