美文网首页
Go:go get github.com/*/* 216.239

Go:go get github.com/*/* 216.239

作者: iOS_我更专业 | 来源:发表于2020-06-24 17:26 被阅读0次

go 获取远程包:

go get github.com/astaxie/beego

报错:

unrecognized import path "google.golang.org/protobuf/types/known/anypb": https fetch: Get "https://google.golang.org/protobuf/types/known/anypb?go-get=1": dial tcp 216.239.37.1:443: i/o timeout

解决一:在配置文件里加入:

export all_proxy=http://proxyAddress:port

并没有解决问题;

解决二:执行命令:

go env -w GO111MODULE=on

完美解决~

相关文章

网友评论

      本文标题:Go:go get github.com/*/* 216.239

      本文链接:https://www.haomeiwen.com/subject/hhfdfktx.html