当前位置: 首页 > 工具软件 > gnet > 使用案例 >

Goland下载Gnet报错

晏树
2023-12-01

go: downloading github.com/panjf2000/gnet v1.2.3
go get github.com/panjf2000/gnet: github.com/panjf2000/gnet@v1.2.3: verifying module: checksum mismatch
        downloaded: h1:maJme8lnr4+S0BpEinvNVCcgW9E46HAcTx0WLvWToI0=
        sum.golang.org: h1:m0jNClfFns9ghBDoLxuST8js8GR5t2VmWA0DnztU06c=


SECURITY ERROR
This download does NOT match the one reported by the checksum server.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

 

nnd,我就不分析了,在终端里,设置:

go env -w GOSUMDB=off

然后再下一遍,最后设置回去就好了

go env -w GOSUMDB=GOSUMDB="sum.golang.org"

我TM.....,今天师姐似乎效率有点低

 类似资料: