标签:des http io ar os sp div on art
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.
This simply tells to remove index.lock file from the working tree and from the index.
1
|
rm -f ./.git/index.lock
|
If the above didn’t work try this one below.
1
|
rm .git/index.lock
|
That’s it that will do the trick
EXCEPTION:FATAL: UNABLE TO CREATE ‘…GIT/INDEX.LOCK’ FILE EXISTS
标签:des http io ar os sp div on art
原文地址:http://www.cnblogs.com/silentjesse/p/4079367.html