github 中的子模块不可点击

use*_*128 5 git github git-submodules

我正在使用 github,并且我的存储库中有子模块。但是,我希望能够单击 github 上的子模块来打开子模块存储库页面。这是我的 .gitmodules 文件。

[submodule "submodule1"]
        path = submodule1
        url = https://github.com/octocat/Hello-World
[submodule "submodule2"]
        path = submodule2
        url = https://github.com/octocat/hello-worId
[submodule "submodule3"]
        path = submodule3
        url = https://github.com/octocat/hello-worId
Run Code Online (Sandbox Code Playgroud)

GitHub 子模块

我可以做些什么来让子模块在 github 上可点击吗?

use*_*128 5

GitHub Enterprise 不会链接不在同一设备上的子模块,就像 GitHub.com 不会链接不在 GitHub.com 上的子模块一样。因此,从 github enterprise 到 github.com 的链接不起作用。感谢您的所有帮助。