I'm brand new to Git and totally frustrated with it. I'm using Eclipse in Windows. I've imported from a repository and made a few changes. Now I want to send these changes back to the repository. From the reading that I have done (and I have done a lot of it), I understand that I need to commit these changes. Next to the name of my project, I can see an up arrow and the number 1 inside of brackets.
So, I right click on the project name, select Team and then Commit. Then I get this error:
Error computing diffs Missing tree
followed by a hex string.
I am at a total loss. I've tried doing this through github.com and through the windows desktop application. Nothing works. Can somebody please help me? Thanks.