Got “[ERROR] Update failed for golang.org/x/net: Cannot detect VCS” while glide install
Got the message while using glide install commandUpdate failed for golang.org/x/sys: Cannot detect VCThis is because that the golang.org is not accessible from China. So, change this url to another one. You would like to use the comman as followglide mirror set https://golang.org/x/sys https://github.com/golang/sy Read More