How to use Go dep with GitLab subgroups

后端 未结 2 1990
花落未央
花落未央 2021-01-15 21:09

I have a Go project that requires some dependencies from a private GitLab repository like git.mydomain.com/myteam/category/subcategory/project.git. But I\'m getting this err

2条回答
  •  暖寄归人
    2021-01-15 21:36

    I think the best solution would be to use a proxy-server like athens. You could add your Gitlab-Credentials and use it as proxy-server. Athens then would handle authentication.

提交回复
热议问题