运行glide install 失败  国内墙的原因, 某些网站上不去

[ERROR]Update failed for golang.org/x/crypto: Cannot detect VCS

[ERROR]Failed to install: Cannot detect VCS

通过glide mirror设置

最初参考https://zhuanlan.zhihu.com/p/27994151这篇文章 只设置了一个

glide mirror set golang.org/x/crypto github.com/golang/crypto

发现不成功.

设置了下面一堆  然后运行glide install 成功啦。。

glide mirror set https://golang.org/x/crypto https://github.com/golang/crypto --vcs git

glide mirror set https://golang.org/x/net https://github.com/golang/net --vcs git

glide mirror set https://golang.org/x/sys https://github.com/golang/sys --vcs git

glide mirror set https://golang.org/x/text https://github.com/golang/text --vcs git

glide mirror set https://google.golang.org/grpc https://github.com/grpc/grpc-go --vcs git

glide mirror set https://google.golang.org/genproto https://github.com/google/go-genproto --vcs git

最新文章

  1. Visual Studio 2015在.NET Core RC2项目中的一个错误。
  2. iOS Run_time
  3. myaql常用函数
  4. Python基础2- Hello,world
  5. SQL Server 父子迭代查询语句,树状查询(转)
  6. yii2知识点理解(成员属性)
  7. CAST和CONVERT差别与联系
  8. Grunt教程——初涉Grunt
  9. this.IsMounted() is not a function
  10. Android ListView点击失效
  11. 【概率】BZOJ 3450:Tyvj1952 Easy
  12. Android的minSdkVersion,targetSdkVersion,maxSdkVersion
  13. Android 之Service
  14. 数学之欧拉函数 &几道poj欧拉题
  15. centos7 防火墙 配置
  16. 时光轴三之 ExpandableListView版时光轴效果
  17. Linux第三节整理 、增删改查、用户管理
  18. [转]自建Syncthing中继服务器(私密传输或造福大众)
  19. JEECG中表单提交的中断
  20. POJ 3974 - Palindrome - [字符串hash+二分]

热门文章

  1. Windows7安装UBUNTU虚拟机
  2. Mysql查询优化之 触发器加中间表 方法优化count()统计大数据量总数问题
  3. 【转发】PHP连接MSSQL数据库案例,PHPWAMP多个PHP版本连接SQL Server数据库
  4. Linq to entity 执行多个字段排序的方法
  5. 索引唯一性扫描(INDEX UNIQUE SCAN)
  6. Java 线程池之FixedThreadPool(Java代码实战-003)
  7. 〖Linux〗tmux 配置文件
  8. 【Linux】函数与参数
  9. sql如何通过当前日期获取上周,上上周,上上上周的起始日期(周一_周七)
  10. Android Studio 错误: 非法字符: '\ufeff' 解决方式|错误: 须要class, interface或enum