wojkxlq 发表于 2018-9-21 06:29:09

glide install失败 Update failed for golang.org/x/net: Cannot detect VCS

$ glide mirror set https://golang.org/x/mobile https://github.com/golang/mobile --vcs git  
$ 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/tools https://github.com/golang/tools --vcs git
  
$ glide mirror set https://golang.org/x/text https://github.com/golang/text --vcs git
  
$ glide mirror set https://golang.org/x/image https://github.com/golang/image --vcs git
  
$ glide mirror set https://golang.org/x/sys https://github.com/golang/sys --vcs git


页: [1]
查看完整版本: glide install失败 Update failed for golang.org/x/net: Cannot detect VCS