I am using a fresh install of Visual Studio 2017 (15.8.1), and Git tools. When I try to clone an existing GitHub repository, either by using the commandline tools, or by using git tools, I receive the following error message:
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
I believe this error is caused by SSH and I cannot seem to make git use HTTPS. Thanks in advance.