[ARCHIVED] Accessing GitHub material via my terminal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2020
05:36 PM
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.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.