Gitlab片段文件访问

时间:2014-03-12 15:41:21

标签: gitlab

我们如何从Gitlab(私有)存储库访问代码段文件?

我可以访问和克隆我的(私有)项目(使用SSH)但是片段的问题是原始URL没有返回文件名,让我举个例子:

I create a new snippet:
Title: My new patch
Access: Public (let’s say public to be clearer)
File: my_patch.patch (filename)
<code>….</code>

当我看到文件的原始文件时,它会返回https://gitlab.com/snippets/id/raw之类的网址,但我需要https://gitlab.com/snippets/id/my_patch.patch

之类的内容

有可能吗?

1 个答案:

答案 0 :(得分:0)

我认为目前不支持共享私有代码段。

检查并推送这些功能提案以获得此增强功能:

https://gitlab.com/gitlab-org/gitlab-ce/issues/22337

https://gitlab.com/gitlab-org/gitlab-ce/issues/24318