前提・実現したいこと
railsチュートリアル 1.4.3 Bitbucketから先に進みたい
発生している問題
railsチュートリアルを進めています。
項目1.4.3のBitbucketまで進み、作成した公開鍵をBitbucketに追加するところまでは完了したのですが、チュートリアルの文章に「リポジトリを作成したら、[Command line] > [I have an existing project] をクリックしてそこに表示される指示に従います」とあります。
しかし、Bitbucket内を見て回りましたがComand lineが見つかりませんでした。
試しにその項目をスキップし、コマンドラインからリポジトリの追加とプッシュをしようと以下の入力をしました。
Bitbucketへのリポジトリ追加とリポジトリへのプッシュ
$ git remote add origin git@bitbucket.org:<username>/<repositoryname>.git $ git push -u origin --all
すると、以下のエラーが出ました。(@@@でかくしている箇所があります)
The authenticity of host 'bitbucket.org (18.@@@.93.1)' can't be established. RSA key fingerprint is SHA256:zzXQOXSRBEiUtuE8AikJYKwbHaxvSc0@@@@@@@@. RSA key fingerprint is MD5:97:8c:1b:f2:6f:14:6b:5c:3b:ec:aa:4@@@@@@@@. Are you sure you want to continue connecting (yes/no)? yes #yesと入力 Warning: Permanently added 'bitbucket.org,1@@@@@@@' (RSA) to the list of known hosts. To bitbucket.org:username/repositoryname.git ! [rejected] master -> master (fetch first) error: failed to push some refs to 'git@bitbucket.org:username/repositoryname.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.
試したこと
$ git remote rm origin で一度originを削除。その後、再度試したが同じエラーを吐く。
補足情報(FW/ツールのバージョンなど)
cloud9を使用しています。
プログラミングスクールに通う前にある程度勉強しようと思いチュートリアルだけでもクリアしようと思っていましたがすごく難しくてすでに挫折一歩手前。宜しくお願いします。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/10/19 23:47
2019/10/20 00:06
2019/10/20 21:54