其他分享
首页 > 其他分享> > Git 报错 Path ‘XXX‘ is in submodule

Git 报错 Path ‘XXX‘ is in submodule

作者:互联网

原因 部分文件夹是另一个git仓库,无法提交,删除了.git文件也不行。
删除.git文件后,使用以下两种方法:

  1. 使用 git rm -rf + 对应文件夹
    之后再次提交。
  2. 重命名文件夹,再git add 即可提交
    如有疏漏或错误,欢迎补充,指正。

标签:文件,submodule,删除,文件夹,报错,提交,git,Path
来源: https://blog.csdn.net/m0_51430625/article/details/117189669