Go: Error When "go get" Posted on 2022-02-19 In 问题记录 Views: Symbols count in article: 190 Reading time ≈ 1 mins. … When use go get with VPN, user might get the following errors: 1x509: certificate is valid for xxxxxxxxxxxxxxxxxxxxxx, not proxy.golang.org To resolve this error, we can set GOPROXY to direct mode: 1go env -w GOPROXY=direct Post author: Coding Spirit Post link: https://lzqblog.top/2022/02/19/Go-Error-When-go-get/ Copyright Notice: All articles in this blog are licensed under BY-NC-SA unless stating additionally.