Tôi đã tạo một kho lưu trữ mới trên Github hiện chỉ có tệp Readme.md.
Tôi có một dự án RoR mới được tạo mà tôi muốn đẩy vào kho lưu trữ này. Sau đây là các lệnh tôi đã đưa ra trong Terminal để thực hiện điều này cùng với lỗi tôi đang gặp phải.
git remote add origin https://github.com/aniruddhabarapatre/learn-rails.git
Sau đó tôi đã nhập tên người dùng và mật khẩu của mình
git push -u origin master
Lỗi ---
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.
Đây là lần đầu tiên tôi đẩy mã của mình vào kho lưu trữ Github và tôi bị mất với các lỗi. Tôi đã tìm kiếm một vài câu hỏi khác được hỏi ở đây, nhưng không ai trong số họ có vấn đề lần đầu tiên.