我是 git 的新手,在尝试将本地存储库推送到 github 时遇到了重大问题。我使用我的 github repo SSH 地址设置了一个名为 origin 的远程 repo。然后,当我尝试推动时,我不断遇到以下问题:
Macintosh:thinkful projects adityagorti6$ git remote -v
origin git@github.com:speedrage56/Thinkful-Repo.git (fetch)
origin git@github.com:speedrage56/Thinkful-Repo.git (push)
Macintosh:thinkful projects adityagorti6$ git push -u origin master
The authenticity of host 'github.com (207.97.227.239)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
任何帮助,将不胜感激。