eclipse - Can't commit my project with git -
eclipse - Can't commit my project with git -
i'm using eclipse plugin git in order commit php projects. until goes fine when commit next error:
committing failed
an internal error occurred
entry not found path: //ms_system/.../file.php
i notice of files in commit list has invalid path, instead of:
dcms_system/.../file.php
i get:
//ms_system/.../file.php
which wrong.
how can prepare it?
i'm creating reference own future self
none of above answers worked me. q on (or google) pertaining this.
what did work, think, was:
goto git repo view in eclipse -> rt click on repo -> collect garbage
then commit
ps: might not have done documenting it
i on git shell (github shell) @ same time running git status
commands (that's ran) on root of repo. , surprisingly found there no staged/unstaged changes, realizing problem solved.
pps: if above not work:
goto git repo view in eclipse -> rt click on repo -> collect garbage -> rt click on repo -> clean, commit
eclipse git commit
Comments
Post a Comment