Answers for "rm -f ./.git/index.lock"

1

remove index.lock git

# On linux/unix/gitbash/cygwin, try
sudo rm -f ./.git/index.lock

# On Windows Command Prompt, try:
del .gitindex.lock
Posted by: Guest on April-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language