pan-light icon indicating copy to clipboard operation
pan-light copied to clipboard

go mod 国内被墙了,建议作者在pc:go.mod 加上国内的仓库

Open 0xHigos opened this issue 5 years ago • 2 comments

go: golang.org/x/[email protected]: unrecognized import path "golang.org/x/net" (https fetch: Get https://golang.org/x/net?go-get=1: dial tcp 216.239.37.1:443: i/o timeout) go: error loading module requirements

0xHigos avatar Jul 27 '19 05:07 0xHigos

建议使用国内代理 https://gopm.io/

dajiangsheying avatar Jul 31 '19 08:07 dajiangsheying

可以参考这篇文章: 一键解决 go get golang.org/x 包失败,用 GOPROXY 代理

shockerli avatar Aug 06 '19 01:08 shockerli