【错误】GO语言,模块加载错误:Get “https://proxy.golang.org/github.com/teambition/gear/@v/list“

解决方法:
**

go env -w GOPROXY=https://goproxy.cn

**

情景描述:

运行网站main的时候出现错误:
go run main.go

报错:

src\controller\home.go:3:8: no required module provides package github.com/teambition/gear;
to add it:
go get github.com/teambition/gear

输入命令之后会卡顿一会儿,然后返回:

go: module github.com/teambition/gear: Get “https://proxy.golang.org/github.com/teambition/gear/@v/list”: dial tcp 172.217.163.49:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

明显是无法访问go服务器,一般可以用开头给出的命令设置一下即可:
go env -w GOPROXY=https://goproxy.cn
go get github.com/teambition/gear
搞定!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值