EXCEPTION:FATAL: UNABLE TO CREATE ‘…GIT/INDEX.LOCK’ FILE EXISTS

FATAL: UNABLE TO CREATE ‘…GIT/INDEX.LOCK’ FILE EXISTS

Hi, Today I will share you my other experience using git control system, it happened to me after I’ve created a branch, when adding my changes to remote or even committed my file I’ve started to see this fatal error, I can’t even push my final changes to remote repository.

 

Solutions:

This simply tells to remove index.lock file from the working tree and from the index.

 

If the above didn’t work try this one below.

 

That’s it that will do the trick 

你可能感兴趣的:(exception)