通过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
我所拥有的:
我在Artifactory远程仓库中发现的是显示Github页面的goget.html。看来Artifactory无法从Github克隆远程仓库,而只是保存了不相关的html页面。请问造成此问题的可能原因是什么?提前致谢。
答案 0 :(得分:0)
此问题已在v6.7中修复。
解决了在某些情况下,Artifactory远程Go存储库将缓存goget.html文件而不是相应的Go模块的问题。