小编use*_*128的帖子

github 中的子模块不可点击

我正在使用 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 上可点击吗?

git github git-submodules

5
推荐指数
1
解决办法
3493
查看次数

标签 统计

git ×1

git-submodules ×1

github ×1