gpt4 book ai didi

git - 如何恢复已删除的 .git/modules 文件夹

转载 作者:行者123 更新时间:2023-12-03 23:22:59 26 4
gpt4 key购买 nike

在我的项目中 .git/modules 文件夹被删除了。现在我可以将父分支重置为其他版本,但子模块更新不起作用。

我收到的错误:

fatal: Not a git repository: ../.git/modules/abc.
Unable to find current revision in submodule path 'abc'

如何恢复已删除的文件夹并使子模块与父分支保持一致。

repo 结构是这样的:
parent_folder---|---abc
|---def

abc 和 def 是子模块。

最佳答案

您必须再次初始化和更新子模块,

git submodule init
git submodule update

它应该下载并更新当前的子模块代码。

如果它仍然不起作用,请尝试删除子模块并使用
git submodule add <params>

如果这不能解决它,添加带有 --force 的子模块旗帜

If --force is specified, the submodule will be checked out (using git checkout --force if appropriate), even if the commit specified in the index of the containing repository already matches the commit checked out in the submodule.

关于git - 如何恢复已删除的 .git/modules 文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36981973/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com