在线观看不卡亚洲电影_亚洲妓女99综合网_91青青青亚洲娱乐在线观看_日韩无码高清综合久久

鍍金池/ 問(wèn)答/GO/ go get 國(guó)內(nèi)下載是否必須通過(guò)代理? -u -v 安裝軟件包,為何老是報(bào)錯(cuò)呢

go get 國(guó)內(nèi)下載是否必須通過(guò)代理? -u -v 安裝軟件包,為何老是報(bào)錯(cuò)呢?

git config設(shè)置代理了
set http_proxy 也設(shè)置了
為何還是報(bào)錯(cuò)?

go get國(guó)內(nèi)有鏡像么?


go get -u -v github.com/zmb3/gogetdoc
github.com/zmb3/gogetdoc (download)
Fetching https://golang.org/x/tools/go...
Parsing meta tags from https://golang.org/x/tools/go... (status code 200)
get "golang.org/x/tools/go/buildutil": found meta tag get.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go...
get "golang.org/x/tools/go/buildutil": verifying non-authoritative meta tag
Fetching https://golang.org/x/tools?go...
Parsing meta tags from https://golang.org/x/tools?go... (status code 200)
golang.org/x/tools (download)

cd .; git clone https://go.googlesource.com/t... E:GoHOMEpathsrcgolang.orgxtools

??????? 'E:GoHOMEpathsrcgolang.orgxtools'...
fatal: unable to access 'https://go.googlesource.com/t...': Failed to connect to go.googlesource.com port 443: Connection timed out
package golang.org/x/tools/go/buildutil: exit status 128
Fetching https://golang.org/x/tools/go...
Parsing meta tags from https://golang.org/x/tools/go... (status code 200)
get "golang.org/x/tools/go/loader": found meta tag get.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go...
get "golang.org/x/tools/go/loader": verifying non-authoritative meta tag
package golang.org/x/tools/go/loader: cannot find package "golang.org/x/tools/go/loader" in any of:

    E:\GoHOME\go\src\golang.org\x\tools\go\loader (from $GOROOT)
   
    E:\GoHOME\path\src\golang.org\x\tools\go\loader (from $GOPATH)

回答
編輯回答