I'm using Git to manage my two computers and my development. I'm trying to commit changes to GitHub, and I got this error:
Failed to push some refs to <repo>
. To prevent you from losing history, non-fast-forward updates were rejected. Merge remote changes before pushing again.
What could be causing this, and how can I fix this?
EDIT:
Pulling the repo returns the following:
*branch master->master (non-fast-forward)
Already-up-to-date
Pushing still gives me the aforementioned error.
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…