git rejected push non-fast-forward

前端 未结 7 492
情书的邮戳
情书的邮戳 2020-12-08 17:03

I am quite new to git, and I had been working on a small side project for the last 2 months and had been pushing stuff onto bitbucket with no problems. A couple of days ago,

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-08 17:29

    I had the same problem. I fixed by using the git push -f command which forces the update.

提交回复
热议问题