Ho creato un nuovo repository su Github che ora ha solo il file Readme.md.
Ho un progetto RoR appena creato che volevo spingere in questo repository. Di seguito sono riportati i comandi che ho dato nel mio Terminale per eseguire questo insieme all'errore che sto ricevendo.
git remote add origin https://github.com/aniruddhabarapatre/learn-rails.git
Dopo di che ho inserito il mio nome utente e password
git push -u origin master
Errore ---
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.
Questa è la prima volta che spingo il mio codice in un repository Github e mi sono perso con gli errori. Ho cercato alcune altre domande che vengono poste qui, ma nessuno di loro ha avuto problemi la prima volta.