Azure DevOps 中的 Repos 是否无法显示 git 个子模块?
Are Repos in Azure DevOps not able to display git submodules?
在 GitHub 中,当我的存储库包含 git 子模块时,子模块是引用的 git 存储库的 link。
现在我有 Azure DevOps,没有 link,当我点击子模块时至少它显示了提交 ID。我错过了什么吗?还是用户体验真的那么糟糕?
there is no link,
首先检查您的 Azure DevOps Git 存储库是否包含 .gitmodules
。
如果没有,那么你看到的只是一个gitlink (special entry recording the tree SHA1 of a )
Now I have Azure DevOps there is no link, when I click on the
submodule at least it shows the commit ID. Am I missing something? or
is the User Experience really that bad?
抱歉,目前 不支持 子模块 link。
我同意子模块 link 是个好主意,所以我刚刚为您开了一个功能请求票 here。
请为它投票并跟踪那里的更新。如果它获得足够的选票,产品团队会认真考虑它。对于给您带来的不便,我们深表歉意,感谢您对我们产品的热情。
在 GitHub 中,当我的存储库包含 git 子模块时,子模块是引用的 git 存储库的 link。
现在我有 Azure DevOps,没有 link,当我点击子模块时至少它显示了提交 ID。我错过了什么吗?还是用户体验真的那么糟糕?
there is no link,
首先检查您的 Azure DevOps Git 存储库是否包含 .gitmodules
。
如果没有,那么你看到的只是一个gitlink (special entry recording the tree SHA1 of a
Now I have Azure DevOps there is no link, when I click on the submodule at least it shows the commit ID. Am I missing something? or is the User Experience really that bad?
抱歉,目前 不支持 子模块 link。
我同意子模块 link 是个好主意,所以我刚刚为您开了一个功能请求票 here。
请为它投票并跟踪那里的更新。如果它获得足够的选票,产品团队会认真考虑它。对于给您带来的不便,我们深表歉意,感谢您对我们产品的热情。