我想使用Go Remote资源库缓存/代理Github。
我已经创建了Go远程存储库github
代理https://github.com/
(如https://www.jfrog.com/confluence/display/RTF/Go+Registry#GoRegistry-RemoteRepositories中所述添加了凭据)。
当我运行go get
时,人工日志显示以下错误:
2019-05-29 16:01:29,586 [http-nio-8081-exec-252] [ERROR] (o.a.a.g.r.GoResource:88) - Unsupported go repository request for 'github'```
答案 0 :(得分:2)
在Artifactory Go存储库中,您不能直接从远程存储库中解析,而必须从虚拟存储库中解析软件包。 只要将其包含在任何Go虚拟存储库中,您就可以开始使用它。
此外,为什么不对Go软件包使用gocenter?这是更可靠的IMO。