将Go Dep与Private Gitlab存储库一起使用

时间:2018-10-30 17:00:47

标签: git go gitlab

我正尝试在Go Dep中使用私有的GitLab存储库。

是否可以使用GitLab部署密钥通过Dep克隆项目?

下面是我的示例Gopkg.toml和部署令牌:

Gopkg.toml

[[constraint]]
  name = "gitlab.com/example/foo"
  branch = "master"

部署令牌:

Username: gitlab+deploy-token-1234

Password: a1234567

0 个答案:

没有答案