Я создал новый репозиторий на Github, который теперь имеет только файл Readme.md.
У меня есть новый проект 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, и я потерялся с ошибками. Я искал несколько других вопросов, которые заданы здесь, но ни один из них не имел проблем в первый раз.