创建它们很容易,但我无法找到如何克隆它们并离线编辑。
有可能吗?
答案 0 :(得分:9)
不直接。
Gitlab已经在每个项目下都有片段
喜欢:http://gitabhq.com/project-name/snippets/
但它不适用于克隆。
还有一个request for a GitHub Gist-like feature for GitLab(基于Gistie),也在GitLab suggestions中询问。
但当时没有实施。
按commented更新2019,eli,并记录在" Downloading snippets" (GitLab 10.8 +)
现在可以下载代码段,例如
https://gitlab.com/snippets/SNIPPET_ID/raw?line_ending=raw –
答案 1 :(得分:1)
你可以像这样通过ID克隆
arraysetops.py:580: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison mask |= (ar1 == a)