J'ai créé un nouveau référentiel sur Github qui ne contient que le fichier Readme.md maintenant.
J'ai un projet RoR nouvellement créé que je voulais pousser vers ce référentiel. Voici les commandes que j'ai données dans mon terminal pour l'exécuter avec l'erreur que j'obtiens.
git remote add origin https://github.com/aniruddhabarapatre/learn-rails.git
Après quoi j'ai entré mon nom d'utilisateur et mon mot de passe
git push -u origin master
Erreur ---
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.
C'est la première fois que je pousse mon code dans un référentiel Github et je suis perdu avec les erreurs. J'ai cherché quelques autres questions qui sont posées ici, mais aucune d'entre elles n'a eu de problèmes la première fois.