删除git子模块的.git目录文件导致的问题
删除子目录下.git后,依然无法提交子目录下的文件
git rm --cached <目录/子目录>
执行完,不报错然后提交即可, 如果报错那就还得另想辙了
如果执行git rm --cached directory 提示fatal: Unable to create
‘xx/.git/index.lock’: File exists. 执行rm -f xx/.git/index.lock后解决
未经作者授权,禁止转载
本文来自博客园,作者:CoderWGB,转载请注明原文链接:https://www.cnblogs.com/wgb1234/p/13381863.html
THE END