Egit rejected non-fast-forward

前端 未结 9 1816
夕颜
夕颜 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条回答
  •  Happy的楠姐
    2020-12-07 07:45

    Open git view :

    1- select your project and choose merge 2- Select remote tracking 3- click ok

    Git will merge the remote branch with local repository

    4- then push

提交回复
热议问题