How to fix git install

Hello.

How to fix this problem? I try google it, but i don’t found answer.

nstalling 11 tools at C:\Go\bin\bin
  gocode
  gopkgs
  go-outline
  go-symbols
  guru
  gorename
  dlv
  gocode-gomod
  godef
  goreturns
  golint

Installing github.com/mdempsky/gocode FAILED
Installing github.com/uudashr/gopkgs/cmd/gopkgs FAILED
Installing github.com/ramya-rao-a/go-outline FAILED
Installing github.com/acroca/go-symbols FAILED
Installing golang.org/x/tools/cmd/guru FAILED
Installing golang.org/x/tools/cmd/gorename FAILED
Installing github.com/go-delve/delve/cmd/dlv FAILED
Installing github.com/stamblerre/gocode FAILED
Installing github.com/rogpeppe/godef FAILED
Installing github.com/sqs/goreturns FAILED
Installing golang.org/x/lint/golint FAILED

11 tools failed to install.

Could you add more descriptions? Maybe someone would help you more precisely.
I can only think of two causes of your issues.

  1. your installing path doesn’t look right.
  2. make sure you use go get -u to install.

Check if you have proper permission on bin folder of your workspace dir.
i.e. $HOME/go/bin folder

I can think of two reasons:

  1. You $GOPATH is not set. If that’s the case, see this wiki entry on GOPATH.

  2. You are not connected to internet. But that seems a bit odd.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.