-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
goclone: command not found #70
Comments
I’m running across the same issue. The command
BTW I’m running Ubuntu 20.04 LTS. The go documentation does not show a work around. I also tried doing the installation through brew and the installation gets killed.
|
Running on MacOS. Brew would not install it so I downloaded Go from their website and was able to get it to install, but trying to use the goclone command gives me: |
also broken for me |
I think i did all the steps:
1> Installed GO and added the PATH environment variable on $HOME/.profile
go version go1.21.6 linux/amd64
2> Did the manual installation of goclone
go install github.com/imthaghost/goclone/cmd/goclone@latest
3> Then tried the 'goclone <example.com>' and got the "command not found" message.
What am i missing?
Thanks!
The text was updated successfully, but these errors were encountered: