记一次git 提交报错
git mv AutoCompelete Autocomplete
fatal: Unable to create 'D:/Develop/ideas/stone-design/.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.
进入项目文件根目录的.git(隐藏文件)里面找到index.lock删除就行了