Readme.mdファイルのみのGithubに新しいリポジトリを作成しました。
このリポジトリにプッシュしたいRoRプロジェクトを新しく作成しました。以下は、これを実行するためにターミナルで実行したコマンドと、発生しているエラーです。
git remote add origin https://github.com/aniruddhabarapatre/learn-rails.git
その後、ユーザー名とパスワードを入力しました
git push -u origin master
エラー---
To https://github.com/aniruddhabarapatre/learn-rails.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://github.com/aniruddhabarapatre/learn-rails.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 merge the remote changes (e.g.,
hint: 'git pull') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
コードをGithubリポジトリにプッシュするのは今回が初めてで、エラーが発生して迷っています。ここで尋ねられた他のいくつかの質問を検索しましたが、それらのどれも初めて問題がありませんでした。