1
0
mirror of synced 2026-02-03 09:01:57 -05:00

Merge pull request #38998 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-07-12 15:29:00 -07:00
committed by GitHub

View File

@@ -141,8 +141,8 @@ You can [use a credential helper](/get-started/getting-started-with-git/caching-
```shell
$ git remote -v
# Verify new remote URL
> origin git@{% data variables.command_line.codeblock %}: OWNER/REPOSITORY.git (fetch)
> origin git@{% data variables.command_line.codeblock %}: OWNER/REPOSITORY.git (push)
> origin git@{% data variables.command_line.codeblock %}:OWNER/REPOSITORY.git (fetch)
> origin git@{% data variables.command_line.codeblock %}:OWNER/REPOSITORY.git (push)
```
### Troubleshooting: No such remote '[name]'