I'm new using GitHub. I'm trying to clone my first file from a users repo. I keep receiving this error:
Permission denied (publickey).
fatal: Could not read from remote repository
When I check to verify the public key is attached to my GitHub account, by using this command:
ssh-add -1
I get this error:
The agent has no identities.
I've also tried this:
ssh-add ~/.ssh/id_rsa
in which it tells me:
Identity added
I also ensured that my laptop's SSH key was added to my GitHub account. What steps am I missing?
I've scanned the internet – I'm lost.