git rejected push non-fast-forward

前端 未结 7 469
情书的邮戳
情书的邮戳 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.

    0 讨论(0)
提交回复
热议问题