Error on git tutorial page

Your * Learn the Basics of Git in Under 10 Minutes* has an error. In the SSH section,
Step 3: Generate/check your machine for existing SSH keys. (Optional) you have

git@github.com/username/reponame.git

it should be

git@github.com:/username/reponame.git

Won’t work without the colon.

I send an email about the correction needed. Thank you for reporting this.

Docs: https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#about-remote-repositories

git@github.com:user/repo.git

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.