on my terminal I do :
git clone git@github.{myGithubUsername}/{my-repo-name}
in order to clone a repo I've created on my personal GitHub account.
I've opted to clone using SSH.
I get :
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I understand there's smth wrong with the SSH authentication but at no point am I asked to validate anything SSH related.
NOTE: I already have an SSH key on my machine, which I've copied on GitHub and I'm using in order to work on repos of another user.
I thought I might need to create a new separate SSH key in order to work on my own personal repo but when i try to create a new SSH key on machine it says it will have to overwrite the existing one. So I'm guessing (?) I can use the existing SSH key for multuple repos (my own ones and those of others).
Still I don't know how to link this personal repo of mine with that existing SSH key in order to be able to clone it.