Accessing GitHub material via my terminal

fitzgebt
Community Member

When attempting to clone forked assignments from GitHub to my terminal, I am receiving an error that reads:

C:\Users\Fitz\Development\code>git clone git@github.com:fitzgebt/welcome-completing-assignments.git
Cloning into 'welcome-completing-assignments'...
Warning: Permanently added the RSA host key for IP address '140.82.114.4' to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Originally, my command console did not recognize 'git' as a valid command, so I reinstalled GitHub on my PC. Now I receive the error pasted above.

Labels (1)
0 Likes