当前位置:网站首页>GO GOPROXY代理设置
GO GOPROXY代理设置
2022-07-31 00:16:00 【web15286201346】
一 背景:
当你执行go get命令的时候显示超时proxy.golang.org --> timeout
leyangjundeMacBook-Pro:photoleyangjun$ go get -u github.com/spf13/cobra
go get -u github.com/spf13/cobra
go get github.com/spf13/cobra: module github.com/spf13/cobra: Get https://proxy.golang.org/github.com/spf13/cobra/@v/list: dial tcp 142.251.10.141:443: i/o timeout
二:原因
https://proxy.golang.org/github.com/ 国内无法访问
三:换成国内可访问的地址,设置GOPROXY代理
go env -w GOPROXY=https://goproxy.cn,direct
go env -w GOSUMDB=off (关闭包的有效性验证)
go env -w GOSUMDB=“sum.golang.google.cn” (也可设置国内提供的sum 验证服务)
备注:-w 标记 要求一个或多个形式为 NAME=VALUE 的参数且覆盖默认的设置
先自我介绍一下,小编13年上师交大毕业,曾经在小公司待过,去过华为OPPO等大厂,18年进入阿里,直到现在。深知大多数初中级java工程师,想要升技能,往往是需要自己摸索成长或是报班学习,但对于培训机构动则近万元的学费,着实压力不小。自己不成体系的自学效率很低又漫长,而且容易碰到天花板技术停止不前。因此我收集了一份《java开发全套学习资料》送给大家,初衷也很简单,就是希望帮助到想自学又不知道该从何学起的朋友,同时减轻大家的负担。添加下方名片,即可获取全套学习资料哦
边栏推荐
- (五)fastai应用
- WebServer process explanation (registration module)
- How to adjust Chinese in joiplay simulator
- Encapsulate and obtain system user information, roles and permission control
- 神经网络(ANN)
- MPI简谈
- Strict Mode for Databases
- What are the efficient open source artifacts of VSCode
- flex布局父项常见属性flex-wrap
- 状态机动态规划之股票问题总结
猜你喜欢
随机推荐
【深度学习】Transformer模型详解
MySQL的grant语句
xss靶机训练【实现弹窗即成功】
leetcode 406. Queue Reconstruction by Height
Error ER_NOT_SUPPORTED_AUTH_MODE Client does not support authentication protocol requested by serv
Linux 部署mysql 5.7全程跟踪 完整步骤 django部署
transition transition && animation animation
Steven Giesel 最近发布了一个由5部分内容组成的系列,记录了他首次使用 Uno Platform 构建应用程序的经验。
MySQL数据库进阶篇
从两个易错的笔试题深入理解自增运算符
网络常用的状态码
360核心安全大脑3.0正式发布,构建政企用户的“能力中枢平台”
registers (assembly language)
借助深度估计的点云场景重建
Summary of the stock problem of state machine dynamic programming
Add text watermark to PHP image
Steven Giesel recently published a 5-part series documenting his first experience building an application with the Uno Platform.
A Brief Talk About MPI
MySQL数据库(基础)
Jetpack Compose学习(8)——State及remeber