Egit rejected non-fast-forward

前端 未结 9 1819
夕颜
夕颜 2020-12-07 07:28

I am getting this message while pushing to github repository. Can you tell me step by step procedure to fix it? I pushed only once and it was successful. But, when I updat

9条回答
  •  爱一瞬间的悲伤
    2020-12-07 08:07

    In the meantime (while you were updating your project), other commits have been made to the 'master' branch. Therefore, you must pull those changes first to be able to push your changes.

提交回复
热议问题