输入“go install”时收到此错误消息。
root@kali:~/Scripts/Enum/gobuster# go install
go install: no install location for directory /root/Scripts/Enum/gobuster outside GOPATH
For more details see: go help gopath
我的'去环'如下。
root@kali:~/Scripts/Enum/gobuster# go env
GOARCH="386"
GOBIN=""
GOEXE=""
GOHOSTARCH="386"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/root"
GORACE=""
GOROOT="/usr/lib/go"
GOTOOLDIR="/usr/lib/go/pkg/tool/linux_386"
GO15VENDOREXPERIMENT="1"
CC="gcc"
GOGCCFLAGS="-fPIC -m32 -pthread -fmessage-length=0"
CXX="g++"
CGO_ENABLED="1"
有人可以帮忙吗? 谢谢。
答案 0 :(得分:1)
@Young Jang, 您需要将代码保存在一个非常特定的位置,即在Go的工作区内,还要遵循与您的存储库匹配的位置格式, 例如: 〜/去/ SRC / github.com / young_jang / gobuster
更多详情:https://www.goinggo.net/2016/05/installing-go-and-your-workspace.html