在 github.com 上下载子模块
我在 github.com 上托管一个项目。我的项目有一些 git 子模块。
可以使用 git clone --recursive 克隆一个包含子模块的项目,但由于我的受众不是开发人员,而是从未听说过 git 的人,我想知道是否有一种方法可以下载带有子模块的项目?
I host a project on github.com. My project have some git submodules.
One can clone a project with submodules with git clone --recursive
, but since my audience are not developers, but people who never heard of git, I wonder if there is a way to make it possible to download project with submodules?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过上传您想要的任何内容以及子模块并提供其链接来创建“下载包”。
示例:
https://github.com/frapi/frapi/downloads
您可以前往“下载” “您的存储库页面上传此类包。
You can create a "download package" by uploading whatever you want along with the submodules and providing the link to it.
Example:
https://github.com/frapi/frapi/downloads
You can go to "Downloads" page of your repo upload such packages.