Failed to initialize Git command provider

whenever i add Android project

in git repository

using eclipse plugin EGit

i get this error message

Failed to initialize Git Command Provider.

when rendering the error log, I get this:

Failed to initialize Git team provider. 
Problems encountered while moving resources.
Could not move '/SearchInContatsWithLoader'.
Could not move: D:\AndrComp\SearchInContatsWithLoader.
Problems encountered while deleting files.
Could not delete: D:\AndrComp\SearchInContatsWithLoader\libs\android-support-v4.jar.
Could not delete: D:\AndrComp\SearchInContatsWithLoader\libs.
Could not delete: D:\AndrComp\SearchInContatsWithLoader.

      

+3


source to share


1 answer


Check if you have a Windows process locking these files (by storing a handle on them) that would prevent another process (for example EGit

) from moving them.



To fix this problem, try closing as many processes as possible (or better yet, restarting your computer and only starting Eclipse) and trying again.

+2


source







All Articles