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

后端 未结 17 1045
太阳男子
太阳男子 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 16:59

    This worked for me:

    Right-click my checked-out local branch that can't pull (mine's called "development") Select "Configure Branch..." For "Upstream Branch:", I selected "refs/heads/development" For "Remote:" I selected "origin" Left "Rebase" unchecked Hit OK

    Now my config pref window looks like the one in gview's answer.

提交回复
热议问题