链接 git 子模块存储库更改了名称。我怎样才能得到这个重命名变化的历史?
Linked git submodule repository changed the name. How can I get the history of this renaming change?
我有一个 parent Git 存储库,其中有一些在 .gitmodules 文件中声明的子模块。
突然,在尝试在 parent 中的分支之间切换后,我收到以下错误:
remote: TF401019: The Git repository with name or identifier submodule1 does not exist
or you do not have permissions for the operation you are attempting.
我意识到这个存储库被重命名(发现了几个相似的名称)或被删除了。我怎样才能弄清楚这个存储库发生了什么?是否可以查看存储库重命名历史?
简短的回答是“你不能”:这种情况类似于你有一个服务公司的 phone 号码,你打电话给它但没有人接听(或者你得到Intercept Special Information Tone。你只能从这里看出“它不见了”。
当然,您可以聘请私家侦探(例如Google先生)试图找出原因和地点。但这不是 Git 为你做的事情。
我有一个 parent Git 存储库,其中有一些在 .gitmodules 文件中声明的子模块。 突然,在尝试在 parent 中的分支之间切换后,我收到以下错误:
remote: TF401019: The Git repository with name or identifier submodule1 does not exist or you do not have permissions for the operation you are attempting.
我意识到这个存储库被重命名(发现了几个相似的名称)或被删除了。我怎样才能弄清楚这个存储库发生了什么?是否可以查看存储库重命名历史?
简短的回答是“你不能”:这种情况类似于你有一个服务公司的 phone 号码,你打电话给它但没有人接听(或者你得到Intercept Special Information Tone。你只能从这里看出“它不见了”。
当然,您可以聘请私家侦探(例如Google先生)试图找出原因和地点。但这不是 Git 为你做的事情。