티스토리 뷰
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.
Git이 저장소에서 다른 git 프로세스가 실행중인 것 같습니다.
git 디렉토리 index.lock 파일 삭제
rm -f .git/index.lock
해결 완료 !