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