码迷,mamicode.com
首页 > 其他好文 > 详细

glide 镜像

时间:2018-09-22 16:57:46      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:ide   prot   set   style   update   github   lan   tps   vcs git   

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

标签:ide   prot   set   style   update   github   lan   tps   vcs git   

原文地址:https://www.cnblogs.com/sandea/p/9690352.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!