简体   繁体   English

Azure DevOps 中的存储库是否无法显示 git 子模块?

[英]Are Repos in Azure DevOps not able to display git submodules?

In GitHub, when I have repo that contains a git submodule, the submodule is a link to the referenced git repo.在 GitHub 中,当我有包含 git 子模块的存储库时,该子模块是指向引用的 git 存储库的链接。

Now I have Azure DevOps there is no link, when I click on the submodule at least it shows the commit ID.现在我有 Azure DevOps 没有链接,当我点击子模块时,至少它显示了提交 ID。 Am I missing something?我错过了什么吗? or is the User Experience really that bad?还是用户体验真的那么糟糕?

Now I have Azure DevOps there is no link, when I click on the submodule at least it shows the commit ID.现在我有 Azure DevOps 没有链接,当我点击子模块时,至少它显示了提交 ID。 Am I missing something?我错过了什么吗? or is the User Experience really that bad?还是用户体验真的那么糟糕?

Sorry but for now submodule link is not supported .抱歉,目前不支持子模块链接。

I agree that the submodule link is a good idea, so I just opened a feature request ticket here for you.我同意子模块链接是个好主意,所以我在这里为您打开了一个功能请求票。

Please vote for it and track the update there.请投票支持它并在那里跟踪更新。 If it gets enough votes, the Product team would consider it seriously.如果得到足够多的选票,产品团队会认真考虑。 Sorry for any inconvenience and thanks for your enthusiasm for our product.很抱歉给您带来不便,并感谢您对我们产品的热情。

there is no link,没有链接,

Check first if your Azure DevOps Git repository includes a .gitmodules .首先检查您的 Azure DevOps Git 存储库是否包含.gitmodules

If it does not, then what you see is just a gitlink ( special entry recording the tree SHA1 of a nested git repository )如果没有,那么您看到的只是一个gitlink (记录嵌套 git 存储库的树 SHA1 的特殊条目

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM