A connection attemptfailed because the connected party did not properly respond

A connection attemptfailed because the connected party did not properly respond,第1张

Error:
go: github.com/360EntSecGroup-Skylar/[email protected]: Get "https://proxy.golang.org/github.com/360%21ent%
21sec%21group-%21skylar/excelize/@v/v1.3.1-0.20180527032555-9e463b461434.mod": dial tcp 34.64.4.81: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.
Solution:

go env -w GOSUMDB=off

# 更换代理,无需翻墙。
go env -w GOPROXY=https://goproxy.cn,direct

然后启动项目就能正常下载依赖包了


D:\GoProjects\open source project\go-gin-example>go run main.go
go: downloading github.com/gin-gonic/gin v1.4.0
go: downloading github.com/go-ini/ini v1.32.1-0.20180214101753-32e4be5f41bb
go: downloading github.com/jinzhu/gorm v0.0.0-20180213101209-6e1387b44c64
go: downloading github.com/unknwon/com v1.0.1
go: downloading github.com/swaggo/gin-swagger v1.2.0
go: downloading github.com/dgrijalva/jwt-go v3.1.0+incompatible
go: downloading github.com/swaggo/swag v1.5.1



 

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/langs/994120.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-21
下一篇 2022-05-21

发表评论

登录后才能评论

评论列表(0条)

保存