$ git commit -m "45"
fatal: Unable to create 'F:/SoftifyBD/Projects/proj-4/CMS_Latest/contentmanagementsystem/.git/index.lock': File exists.另一个git进程似乎正在此存储库中运行,例如,由'git提交‘打开的编辑器。请确保终止所有进程,然后再试一次。如果仍然失败,git进程可能会在此存储库中崩溃:手动删除该文件以继续。

发布于 2020-07-19 09:24:04
当我面临同样的问题时,。我找到了一个解决办法
rm -f ./.git/index.lock
求你了试试吧。谢谢..。
https://stackoverflow.com/questions/62978387
复制相似问题