go-get无法从github下载

问题描述

我安装了go,我认为这是正确的。

$go version
go version go1.15.2 darwin/amd64

$GO111MODULE=on go get -d github.com/XXX@v0.XXX

当我使用go下载gihub存储库时,显示错误

go: downloading github.com/XXX/XXX v0.XXX
go get github.com/XXX/XXX@v0.XXX: github.com/XXX/XXX@v0.XXX: verifying module: github.com/XXX/XXX@v0.XXX: reading https://sum.golang.org/lookup/github.com/XXX/XXX@v0.XXX: 410 Gone
server response: not found: github.com/XXX/XXX@v0.XXX: invalid version: unkNown revision v0.XXX

我对围棋语言了解不多。为什么去获取不起作用?是因为我没有正确安装go还是go版本太新?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)