go mod tidy与golang1.13无法加载包

go mod tidy与golang1.13无法加载包,go,module,Go,Module,当使用golang 1.13和go mod tidy和proxy时。我总是遇到以下错误: cannot load github.com/astaxie/beego: module github.com/astaxie/beego: Get https://goproxy.cn/github.com/astaxie/beego/@v/list: http: server gave HTTP response to HTTPS client 根本原因是什么?配置还是其他?鞋面在高尔夫球场。如果使

当使用golang 1.13和go mod tidy和proxy时。我总是遇到以下错误:

cannot load github.com/astaxie/beego: module github.com/astaxie/beego:
Get https://goproxy.cn/github.com/astaxie/beego/@v/list: 
http: server gave HTTP response to HTTPS client

根本原因是什么?配置还是其他?

鞋面在高尔夫球场。如果使用命令行,错误为“D:\Code\go40\src\rps>go mod tidy rps imports github.com/astaxie/beego:module github.com/astaxie/beego:Get:http:server向HTTPS客户端提供了http响应”您确定goproxy.cn使用HTTPS吗?