私は git を初めて使用し、ローカル リポジトリを github にプッシュしようとすると大きな問題が発生します。github リポジトリの SSH アドレスを使用して、origin というリモート リポジトリをセットアップしました。次に、プッシュしようとすると、次の問題が発生し続けます。
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
どんな助けでも大歓迎です。