go-remote不是下载模块,而是goget.html

时间:2018-12-07 06:33:36

标签: go artifactory

通过Artifactory远程存储库go get时出现404错误。

$ go get -v github.com/pkg/errors
go get github.com/pkg/errors: unexpected status (http://myartifactory:8081/artifactory/api/go/go/github.com/pkg/errors/@v/list): 404 Not Found

我所拥有的:

  • 转到v1.11
  • 人工工厂v6.5.9
  • GO111MODULE = on并且GOPROXY = $ {ARTIFACTORY_URL}

我在Artifactory远程仓库中发现的是显示Github页面的goget.html。看来Artifactory无法从Github克隆远程仓库,而只是保存了不相关的html页面。请问造成此问题的可能原因是什么?提前致谢。

1 个答案:

答案 0 :(得分:0)

此问题已在v6.7中修复。

Artifactory 6.7 Release Note

解决了在某些情况下,Artifactory远程Go存储库将缓存goget.html文件而不是相应的Go模块的问题。