Creé un nuevo repositorio en Github que ahora solo tiene el archivo Readme.md.
Tengo un proyecto RoR recién creado que quería enviar a este repositorio. Los siguientes son los comandos que di en mi Terminal para ejecutar esto junto con el error que recibo.
git remote add origin https://github.com/aniruddhabarapatre/learn-rails.git
Después de lo cual ingresé mi nombre de usuario y contraseña
git push -u origin master
Error ---
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.
Esta es la primera vez que empujo mi código a un repositorio de Github y estoy perdido con los errores. Busqué algunas otras preguntas que se hacen aquí, pero ninguna de ellas tuvo problemas la primera vez.