I've setup GitHub for Windows and used it to create SSH keys which are associated with my account. I can perform git operations in the GitHub for Windows GUI, but when I try to run a command in Command Prompt like git clone [email protected]:whatever.git I get an error like the following:
C:\Users\Nat\Documents\GitHub>git clone [email protected]:natdempk/whatever.git
Cloning into 'whatever'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Why is this happening when everything works from the GitHub for Windows GUI?