前提・実現したいこと
bitbucketにpushできるようにしたい。
bitbucketにpushできないためリポジトリが作成されません。
SSHキーが原因かと思い、SSHキーを変更したりしましたが、解決されませんでした。
Rails チュートリアル勉強中です。
発生している問題・エラーメッセージ
ec2-user:~/environment/sample_app (master) $ git push -u origin --all The authenticity of host 'bitbucket.org (18.205.93.0)' can't be established. RSA key fingerprint is SHA256:zzXQOXSRBEiUtuE8AikJYKwbHaxvSc0ojez9YXaGp1A. RSA key fingerprint is MD5:97:8c:1b:f2:6f:14:6b:5c:3b:ec:aa:46:46: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.
該当のソースコード
ソースコード
試したこと
SSHキーの変更
追記
いろいろ試みていると以下のようなメッセージが出てきました。
ec2-user:~/environment/toy_app (master) $ git push -u origin --all Warning: Permanently added the RSA host key for IP address '18.205.93.0' to the list of known hosts. To bitbucket.org:Ryota000666/toy_app.git ! [rejected] master -> master (fetch first) error: failed to push some refs to 'git@bitbucket.org:Ryota000666/toy_app.git' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
ここにより詳細な情報を記載してください。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/02/18 11:38
2020/02/19 00:31 編集
2020/02/19 11:44