gwen001 / github-subdomains

Find subdomains on GitHub.
MIT License
653 stars 97 forks source link

don't work for me #22

Closed snepedz closed 10 months ago

snepedz commented 1 year ago

hi , can you help me sssss

DOLORESH4Z3 commented 1 year ago

same issue here but with more scripts too most of them not working and i have tried to uninstall go and install it again but idk what's the problem here

Kawal0508 commented 1 year ago

I am having the same problem!! is there any solution to it @gwen001 @snepedz @DOLORESH4Z3

gwen001 commented 1 year ago

Might be related to your environment. Check variables GOPATH, GOROOT. Also make sure your go bin directory is in your PATH, something like PATH=/home/xxxxx/go/bin

dg-entelgy commented 11 months ago

This is because the binaries are installed on a /go/bin folder either on the root folder or the user you're as at installation. You need to create a symbolic link or add that folder to your path. For example ln -s /root/go/bin/github-subdomain /usr/bin/github-subdomain

0xtaffy commented 10 months ago

Add the following to your .bashrc "export PATH=$PATH:$HOME/go/bin" to add the /go/bin folder to your PATH or run the export whenever you want to run the tool.

gwen001 commented 10 months ago

Not related to that script, sorry. https://www.linuxjournal.com/content/how-set-or-modify-path-variable-linux