失败信息:
[WARN] Unable to checkout golang.org/x/net
[ERROR] Update failed for golang.org/x/net: Cannot detect VCS
[WARN] Unable to checkout golang.org/x/sys
[ERROR] Update failed for golang.org/x/sys: Cannot detect VCS
[WARN] Unable to checkout golang.org/x/text
[ERROR] Update failed for golang.org/x/text: Cannot detect VCS
以通过设置golang.org镜像到github.com/golang 来解决
1 $ glide mirror set https://golang.org/x/mobile https://github.com/golang/mobile --vcs git2 $ glide mirror set https://golang.org/x/crypto https://github.com/golang/crypto --vcs git3 $ glide mirror set https://golang.org/x/net https://github.com/golang/net --vcs git4 $ glide mirror set https://golang.org/x/tools https://github.com/golang/tools --vcs git5 $ glide mirror set https://golang.org/x/text https://github.com/golang/text --vcs git6 $ glide mirror set https://golang.org/x/image https://github.com/golang/image --vcs git7 $ glide mirror set https://golang.org/x/sys https://github.com/golang/sys --vcs git
glide install失败 ?Update failed for golang.org/x/net: Cannot detect VCS
原文地址:https://www.cnblogs.com/jiuchongxiao/p/9037058.html