I am facing a weird github behaviour.
I am using the github plugin for eclipse (3.7.2), and now if I create a new class and try to commit, I get an error like
An internal error occurred
Entry not found by path: /omeFolderName/src/com/...
Originally, the file is located in /SomeFolderName/src/com/...
, but somehow github ignores the first letter of the folder name. Any idea how to fix that? This wasn't a problem the last days..
on my hard drive, the file is located in the right folder
/SomeFolderName/src/com/...
I tried clean/close the project, restart eclipse, but without any effect
also if I copy paste an existing class, the new one is missing the first letter as well