Github'da şu anda sadece Readme.md dosyası olan yeni bir depo oluşturdum.
Bu depoya göndermek istediğim yeni oluşturulmuş bir RoR projem var. Aldığım hatayla birlikte bunu yürütmek için Terminalimde verdiğim komutlar aşağıdadır.
git remote add origin https://github.com/aniruddhabarapatre/learn-rails.git
Daha sonra kullanıcı adımı ve şifremi girdim
git push -u origin master
Hata ---
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.
Kodumu bir Github deposuna ilk kez gönderiyorum ve hatalar yüzünden kayboldum. Burada sorulan birkaç soruyu daha araştırdım, ancak hiçbirinde ilk seferinde sorun olmadı.