I'm stuck ... If I do a git stash, I get:
Fatal: Unable to create /index.lock: File exists. If no other git process is currently running, this probably means a git process crashed in this repository earlier. Make sure no other git process is running and remove the file manually to continue.
After manually deleting index.lock, I get:
Rename from .git/index.lock to .git/index failed. Should I try again? (y/n)
git check wizard:
Rename from .git/index.lock to .git/index failed. Should I try again? (y/n)
git pass through github:
Unable to create a new commit
What can I do?
git github
luqita
source share