0

I am trying to push my repository to github using git bash but I'm having trouble with the git push command. When I type git push -u origin master it shows me this:

The authenticity of host 'github.com (192.30.253.112)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)?yes
Warning: Permanently added 'github.com,192.30.253.112' (RSA) to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
Stephen Newell
  • 7,330
  • 1
  • 24
  • 28
theburningfire
  • 481
  • 1
  • 4
  • 20

0 Answers0