stamblerre / gocode

An autocompletion daemon for the Go programming language
MIT License
394 stars 28 forks source link

vscode install fail #41

Closed 2637977081 closed 3 years ago

2637977081 commented 4 years ago
Installing github.com/stamblerre/gocode FAILED

1 tools failed to install.

gocode-gomod:
Error: Command failed: D:\go\Go\bin\go.exe get -v -d github.com/stamblerre/gocode
go: downloading github.com/stamblerre/gocode v1.0.0
verifying github.com/stamblerre/gocode@v1.0.0: github.com/stamblerre/gocode@v1.0.0: Get https://sum.golang.org/lookup/github.com/stamblerre/gocode@v1.0.0: dial tcp 216.58.200.241:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
go: downloading github.com/stamblerre/gocode v1.0.0
verifying github.com/stamblerre/gocode@v1.0.0: github.com/stamblerre/gocode@v1.0.0: Get https://sum.golang.org/lookup/github.com/stamblerre/gocode@v1.0.0: dial tcp 216.58.200.241:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

get clone the git windows use cmd "go install xxx" is ok others gomode ok ,but only gocode fail in vs

stamblerre commented 4 years ago

What is the output of go env GOPROXY? Does running go get -d github.com/stamblerre/gocode always fail for you? What version of Go are you using (go version)?