1
0
mirror of synced 2026-01-10 00:03:04 -05:00

Remove reference to case-sensitive repositories (#32962)

This commit is contained in:
Josh Soref
2024-05-15 09:56:03 -04:00
committed by GitHub
parent a1770b7cb9
commit aaa61d68a4

View File

@@ -98,7 +98,7 @@ If you've previously set up SSH keys, you can use the SSH clone URL instead of H
### Check your spelling
Typos happen, and repository names are case-sensitive. If you try to clone `git@{% data variables.product.product_url %}:user/repo.git`, but the repository is really named `User/Repo` you will receive this error.
Typos happen. If you try to clone `git@{% data variables.product.product_url %}:owner/repotile.git`, but the repository is really named `owner/repoti1e` you will receive this error.
To avoid this error, when cloning, always copy and paste the clone URL from the repository's page. For more information, see "[AUTOTITLE](/repositories/creating-and-managing-repositories/cloning-a-repository)."