ฉันสร้างที่เก็บใหม่บน Github ซึ่งมีไฟล์ Readme.md เท่านั้นในตอนนี้
ฉันมีโครงการ RoR ที่เพิ่งสร้างใหม่ซึ่งฉันต้องการผลักดันไปยังพื้นที่เก็บข้อมูลนี้ ต่อไปนี้เป็นคำสั่งที่ฉันให้ใน Terminal เพื่อดำเนินการนี้พร้อมกับข้อผิดพลาดที่ฉันได้รับ
git remote add origin https://github.com/aniruddhabarapatre/learn-rails.git
หลังจากนั้นฉันป้อนชื่อผู้ใช้และรหัสผ่านของฉัน
git push -u origin master
ข้อผิดพลาด ---
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.
นี่เป็นครั้งแรกที่ฉันผลักรหัสของฉันไปยังที่เก็บ Github และฉันพลาดข้อผิดพลาด ฉันค้นหาคำถามอื่น ๆ สองสามข้อที่ถามที่นี่ แต่ไม่มีใครมีปัญหาในครั้งแรก