Go language go get import official dependent solution

Source: Internet
Author: User
This is a created article in which the information may have evolved or changed.

For well-known reasons, the use of the go language occurs when such problems occur. For example, use go get to import official dependencies when the return error.
Thanks again for the great Xxwall.
So, how can we get around this threshold?
Solution Solutions

1: 使用 http_proxy环境变量    再执行 go get 之前,先使用 set 命令设置一下 环境变量,使用http_proxy 这个环境变量制定一个科学上网的proxy,再go get 就没问题了。    set http_proxy=127.0.0.1:8787    go get     ...2: 从github上面导入,再手动copy到%GOPATH%\src\golang.org\x\xxx 下面,这样就会从本地导入包了。比如:    go get github.com/golang/net    再拷贝到上面说的目录下即可。    
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.