1
0
mirror of synced 2025-12-23 21:07:12 -05:00

fix: remove extra space in remote URL (#26622)

This commit is contained in:
Namnika
2023-07-13 03:28:07 +05:30
committed by GitHub
parent 9b3ba7f617
commit e187ce3d60

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]'