当前位置:网站首页>GO GOPROXY代理设置
GO GOPROXY代理设置
2022-08-02 00:16:00 【m0_67393413】
一 背景:
当你执行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开发全套学习资料》送给大家,初衷也很简单,就是希望帮助到想自学又不知道该从何学起的朋友,同时减轻大家的负担。添加下方名片,即可获取全套学习资料哦
边栏推荐
- Web开发
- What does the errorPage attribute of the JSP page directive do?
- BGP综合实验 建立对等体、路由反射器、联邦、路由宣告及聚合
- 构造方法,this关键字,方法的重载,局部变量与成员变量
- go笔记——锁
- ERROR 1819 (HY000) Your password does not satisfy the current policy requirements
- MLX90640 红外热成像仪测温模块开发笔记(完整版)
- nodeJs--mime模块
- Kotlin协程:创建、启动、挂起、恢复
- 基于相关性变量筛选偏最小二乘回归的多维相关时间序列建模方法
猜你喜欢
随机推荐
JS中的防抖和节流
Difference between JSP out.print() and out.write() methods
nodeJs--mime模块
How does JSP use request to get the real IP of the current visitor?
基于注意力机制的多特征融合人脸活体检测
Industrial control network intrusion detection based on automatic optimization of hyperparameters
go笔记——map
CVPR 2022 | SharpContour:一种基于轮廓变形 实现高效准确实例分割的边缘细化方法
MYSQL(基本篇)——一篇文章带你走进MYSQL的奇妙世界
Multi-feature fusion face detection based on attention mechanism
uni-app项目总结
期货开户是否有资金门槛?
go笔记——锁
JS中对事件代理的理解及其应用场景
期货开户交返是行内公开的秘密
[21-Day Learning Challenge] A small summary of sequential search and binary search
Knowing the inorder traversal of the array and the preorder traversal of the array, return the postorder history array
管理基础知识14
MLX90640 红外热成像仪测温传感器模块开发笔记(十) 成果展示-红眼睛相机
NodeJs, all kinds of path