前提・実現したいこと
railsチュートリアルでrailsの勉強中のプログラミング初心者です。
AWSのcloud9を使用して、初めてbitbucketにgitのpushを試みているのですが、
ホストキー?の認証ができないというエラー(下記)を解決できないので、解決策を提案していただきたく、投稿します。
秘密鍵と公開鍵は作成済み、bitbucketには公開鍵を設定済みです。
ターミナルで、$ git remote add originを実行すると、以下のエラーが発生します。
発生している問題・エラーメッセージ
The authenticity of host 'bitbucket.org (..**.)' can't be established.
RSA key fingerprint is SHA256:zzXQOX******************************YXaGp1A.
RSA key fingerprint is MD5:97:8c:1b:*****************************74:7c:40.
Are you sure you want to continue connecting (yes/no)?
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
該当のソースコード
$ git init
$ git add -A
$ git commit -m "Initialize repository"
$ git remote add origin git@bitbucket.org:(ユーザー名)/toy_app.git
→→エラー発生!
試したこと
鍵の作り直し→効果なし
リポジトリの作り直し→効果なし
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。