1、問題 今天在安裝vscode時,報錯php
github.com/ramya-rao-a/go-outline (download) Fetching https://golang.org/x/tools/go/buildutil?go-get=1 https fetch failed: Get https://golang.org/x/tools/go/buildutil?go-get=1: dial tcp 216.239.37.1:443: connect: connection refused
golang.org在國內被牆了,根本沒法下載golang.org的安裝包和源碼包,以及類庫。 2、解決方式 在github中找到解決方法,git
mkdir -p $GOPATH/src/golang.org/x/ cd $GOPATH/src/golang.org/x/ git clone https://github.com/golang/tools.git
而後能夠安裝了github
go get -v -u github.com/ramya-rao-a/go-outline
互聯網工程師(id:phpstcn),咱們一塊兒學習,一塊兒進步golang