glide 镜像

Posted sandea

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了glide 镜像相关的知识,希望对你有一定的参考价值。

运行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

以上是关于glide 镜像的主要内容,如果未能解决你的问题,请参考以下文章

深入解读GLIDE/PITI代码

Glide环境搭建

Glide环境搭建

Glide环境搭建

Glide 框架解析

Glide:GlideBuilder