The current branch is not configured for pull No value for key branch.master.merge found in configuration

后端 未结 17 1049
太阳男子
太阳男子 2020-11-30 16:44

I get this error when I try to pull from remote repository using Egit team>pull

The current branch is not configured for pull No value for key branc

17条回答
  •  死守一世寂寞
    2020-11-30 17:08

    The current branch is not configured for pull.
    No value for key branch.master.merge found in configuration
    

    An alternative for PULL (avoiding above error) is:

    1. FETCH to update your remote branch on your machine
    2. MERGE of your local branch with your remote branch
      (Team -> Merge... -> Remote Tracking -> origin/branch)

提交回复
热议问题