Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

deleting index.lock

//fatal: Unable to create 'project_path/.git/index.lock': File exists.
//while in the project path
rm -f .git/index.lock
 
PREVIOUS NEXT
Tagged: #deleting
ADD COMMENT
Topic
Name
3+2 =