Hi,
I am trying to install gocode and I get this error:
C:\Users\Fred>go get -u
github.com/nsf/gocode
# cd .; git clone
https://github.com/nsf/gocode C:\Go\src\pkg
\
github.com\nsf\gocode
package
github.com/nsf/gocode: exec: "git": executable file not found
in %PATH%
Which indicates that I need to install git. I don't see any reference
anywhere in the GoLang install instructions that git is required.
Is git really required?
Note: I had the go-gae SDK installed before I installed go with the
installer. I removed the gae path from the path before running the go
get command.
C:\Users\Fred>go version
go version go1.0.2
C:\Users\Fred>path
PATH=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:
\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:
\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows
\System32\WindowsPowerShell\v1.0\;C:\Program Files\ThinkPad\Bluetooth
Software\;C:\Program Files\ThinkPad\Bluetooth Software\syswow64;C:
\Program Files (x86)\Common Files\Lenovo;C:\Program Files (x86)\Common
Files\Ulead Systems\MPEG;C:\Program Files (x86)\Windows Live\Shared;C:
\SWTOOLS\ReadyApps;C:\jdk1.6.0_31\bin;C:\XgoogleappenginegoX\;C:\Go
\bin
Thanks
Fred