Problema al empujar el nuevo código en Github

Creé un nuevo repositorio en Github que ahora solo tiene el archivo Léame.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 estoy recibiendo.

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 inserto mi código en un repositorio Github y estoy perdido con los errores. Busqué algunas otras preguntas que se hacen aquí, pero ninguna de ellas tuvo problemas la primera vez.

Respuestas a la pregunta(3)

Su respuesta a la pregunta