android - Eclipse github plugin: Committing changes error - Entry not found by path -
i facing weird github behaviour.
i using github plugin eclipse (3.7.2), , if create new class , try commit, error like
an internal error occurred entry not found path: /omefoldername/src/com/...
originally, file located in /somefoldername/src/com/...
, somehow github ignores first letter of folder name. idea how fix that? wasn't problem last days..
on hard drive, file located in right folder
/somefoldername/src/com/...
i tried clean/close project, restart eclipse, without effect
also if copy paste existing class, new 1 missing first letter well
i had problem too. don't know why first letter missing, may have been second glitch. real problem solved clicking "add git index" button. once did add index, commit worked fine. no idea why first letter missing on error.
Comments
Post a Comment