git did not exit cleanly (exit code 1)

592 단어
git did not exit cleanly (exit code 1):
Error:fatal: Unable to create 'd:/XXX/.git/index.lock': File exists. Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.
 during executing git -c core.quotepath=false rm --cached -f --xxx 등 파일
해결 방법:    rm -f .git/index.lock       del .git\index.lock

좋은 웹페이지 즐겨찾기