Using EGit with Eclipse when I try to push my code into the remote repository I get an error message saying that I should pull first, as shown in Figure 1.
Make sure that:
The OP Krige adds:
in the end I noticed a class file was mentioned in the
DIRTY_WORKTREEerror message.
I deleted that file from the file system, did a pull, resolved the conflicts and pushed.
Everything seems to work fine now.