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
Same problem. Here's how I solved it within eclipse/egit:
Originally I cloned a remote repo to my office computer (my own repo, but on a remote server). Then I created a new branch of repo project locally ("testing"), and pushed it to remote repository. Cloned remote repo to my laptop, switched to "testing" branch, worked on it, etc., pushed, then came back to office. When I tried to pull "testing" changes from server, got msg "local branch not configured for pull".
Problem is that on desktop, "testing" is local only, does not have remote URL info, so cannot pull changes.
I solved this within eclipse (egit) by:
Steps were:
Note: am running Eclipse Indigo . Steps may be different on other releases.