Git push rejected “non-fast-forward”

后端 未结 12 1529
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-30 02:01

I am fairly new to git yet currently using it to manage our code in a team environment. I had some rebasing issues and I fixed them using

git ch         


        
12条回答
  •  南笙
    南笙 (楼主)
    2020-11-30 02:46

    try this command

    $ git push -f -u origin

    i.e $ git push -f -u origin master

提交回复
热议问题