Replies: 4 comments
-
|
That error, Just in case, make sure your GOPATH is in your $PATH. That might help, too. |
Beta Was this translation helpful? Give feedback.
-
|
@hoainam125 I've just tried with kali both in the docker and virtual box, and the default permissions for |
Beta Was this translation helpful? Give feedback.
-
|
You can use this: go env -w GOMODCACHE=${PWD}/CACHE_EXAMPLE/modcache GOCACHE=${PWD)/CACHE_EXAMPLE/buildcacheYou can change the folder "CACHE_EXAMPLE" for other folder. |
Beta Was this translation helpful? Give feedback.
-
|
This discussion closed automatically due to inactivity. Feel free to reopen or start new if still relevant. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I Have got this issue when running
go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latestcommandI have downloaded latest Go version for Linux
"
┌──(kali㉿kali)-[~] └─$ go version go version go1.20.5 linux/amd64Please help
Beta Was this translation helpful? Give feedback.
All reactions