安装邮件库失败

1. 运行环境#

go version go1.19.1 windows/amd64

2. 问题描述?#

go get github.com/jordan-wright/email 报错了

4. 您实际得到的结果?#

go: downloading github.com/jordan-wright/email v4.0.0+incompatible
go: github.com/jordan-wright/email@v4.0.0+incompatible: verifying module: github.com/jordan-wright/email@v4.0.0+incompatible: reading email@v4.0.0+incompatible"">https://mirrors.aliyun.com/goproxy/sumdb/sum.golang.org/lookup/github.com/jordan-wright/email@v4.0.0+incompatible: 404 Not Found

什么情况啊,没人遇到过么

讨论数量: 2

我好像弄成功了

步骤是先手动下载 github.com/jordan-wright/email

file

解压到对应路径

file

然后再去执行 go get github.com/jordan-wright/email 这个命令就成功了。

file

2年前 评论