1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Correct the example URL

This commit is contained in:
Peter Newman
2021-01-06 23:35:28 +00:00
committed by GitHub
parent 54d119a36f
commit 513a50bd50

View File

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