質問内容
今、cloud9を使ってrailsチュートリアルを学習しています。
bitbucketにてレポジトリを作成したのですが、そこに書かれているコマンドを
cloud9のターミナル上で実行した所エラーが発生しました。
どうすればいいのか分からず、困ってます。
お忙しいとは思いますが、回答頂けたらと思い、質問させていただきました。
どうかよろしくお願い致します。
ちなみに今のbitbucketレポジトリのスクリーンショットを載せておきます。
エラーメッセージ
ec2-user:~ $ git remote add origin git@bitbucket.org:msowktsk/hello_app.git fatal: Not a git repository (or any of the parent directories): .git
試したこと
hello_appというcloud9の中にあるアプリケーションのディレクトリに移動し、下記のコマンドを実行
ec2-user:~/environment $ cd hello_app ec2-user:~/environment/hello_app (master) $ git remote add origin git@bitbucket.org:msowktsk/hello_app.git ec2-user:~/environment/hello_app (master) $ git push -u origin master error: src refspec master does not match any. error: failed to push some refs to 'git@bitbucket.org:msowktsk/hello_app.git'
補足情報(FW/ツールのバージョンなど
rails: 5.1.7
ruby: 2.6.3
(共にcloud9にて)
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/10/30 10:15
2019/10/30 10:53
2019/10/31 23:23 編集