报错log如下:
fatal: Unable to create ‘/home5/wangliang/android11/LA.UM.9.12/.git/index.lock’: File exists.
If no other git process is currently running, this probably means a
git process crashed in this repository earlier. Make sure no other git
process is running and remove the file manually to continue.
解决方案很简单,删除git里面的一个文件即可。
/LA.UM.9.12/.git$ rm -rf index.lock
本文介绍了在使用Git时遇到的错误:无法创建'/LA.UM.9.12/.git/index.lock'文件,提示可能有之前的git进程崩溃。解决方法是确认无其他git进程运行,并手动删除该.lock文件。
1827

被折叠的 条评论
为什么被折叠?



