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
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.