We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e609333 + 7a3542d commit 1aebff4Copy full SHA for 1aebff4
1 file changed
content/github/using-git/adding-a-remote.md
@@ -37,7 +37,7 @@ You may encounter these errors when trying to add a remote.
37
This error means you've tried to add a remote with a name that already exists in your local repository:
38
39
```shell
40
-$ 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
41
> fatal: remote origin already exists.
42
```
43
0 commit comments