【发布时间】:2022-01-12 07:32:13
【问题描述】:
我已经建立了一个名为“golang-remote”的 Golang 远程存储库,它指向 https://proxy.golang.org。
当我尝试通过将 GOPROXY 设置为 https://<artifactory-service-url>/artifactory/api/go/golang-remote 来将它与 go get 一起使用时,我收到了错误 400 Bad Request。
我不太熟悉为 Golang 包设置缓存代理,我的远程存储库是否有任何错误配置或使用错误?
提前致谢!
【问题讨论】:
标签: go artifactory goproxy