Blogger Information
Blog 3
fans 0
comment 0
visits 14739
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
go语言-beego项目获取管理包超时:Get "https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.zip": dial tcp 34.64.4.17:443: i/o timeout
宝龙
Original
3831 people have browsed it

下载beego项目获取管理包超时
go: downloading github.com/pkg/errors v0.9.1
../../pkg/mod/github.com/astaxie/beego@v1.12.3/orm/orm_raw.go:23:2: github.com/pkg/errors@v0.9.1: Get “@v/v0.9.1.zip"">https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.zip“: dial tcp 34.64.4.17:443: i/o timeout

解决办法:

设置代理地址: https://goproxy.cn
执行命令:
  1. go env -w GOPROXY=https://goproxy.cn

重新执行命令,通过!

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!