2024年11月24日 Memo 20241124 8reewga1 Git 在 Git 中,使用下面的命令删除子模块: git submodule deinit -f path/to/submodule git rm -rf path/to/submodule 完整的参考请看评论