Tôi đang cố gắng đẩy dự án của mình (tất cả các tệp trong một kho lưu trữ mới). Tôi làm theo các bước nhưng khi tôi đẩy git push -u origin master
tôi gặp lỗi này:
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'git@github.com:asantoya/projectnewbies.git'
To prevent you from losing history, non-fast-forward updates were rejected
Merge the remote changes (e.g. 'git pull') before pushing again. See the
'Note about fast-forwards' section of 'git push --help' for details.
Tôi đã gặp lỗi này nhiều lần và không thể biết phải làm gì.
git push --force <remote_repository>
đã làm cho tôi.