1
0
mirror of synced 2025-12-23 03:44:00 -05:00

More info on "remote origin already exists" (#7176)

This commit is contained in:
moritzebeling
2021-06-15 13:51:37 +02:00
committed by GitHub
parent bd3ebfaec5
commit 260a1b7349

View File

@@ -54,9 +54,9 @@ $ git remote add origin https://{% data variables.command_line.codeblock %}/octo
```
To fix this, you can:
* Use a different name for the new remote
* Rename the existing remote repository
* Delete the existing remote repository
* Use a different name for the new remote.
* Rename the existing remote repository before you add the new remote. For more information, see "[Renaming a remote repository](#renaming-a-remote-repository)" below.
* Delete the existing remote repository before you add the new remote. For more information, see "[Removing a remote repository](#removing-a-remote-repository)" below.
## Changing a remote repository's URL