-1

如何查看未处理的文件版本?我想将它用于 curl 安装脚本,但在 gitlab 中没有找到对应的内容。

4

1 回答 1

1

gitlab 中使用了以下模式:https://gitlab.com/<group>/<repository>/-/raw/<branch>/<file>

您可能必须使用gitlab api,因为您的请求必须经过授权。

于 2021-07-11T16:03:46.843 回答