Skip to content
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

Open
JFLuz opened this issue Jan 11, 2024 · 3 comments
Open

goclone: command not found #70

JFLuz opened this issue Jan 11, 2024 · 3 comments

Comments

@JFLuz
Copy link

JFLuz commented Jan 11, 2024

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!

@X0LUV
Copy link

X0LUV commented Feb 17, 2024

I’m running across the same issue. The command go get has been deprecated.
now if you use go install github.com/imthaghost/goclone/cmd/goclone@latest you’ll probably see in the logs this errors.


/usr/local/go/src/math/acosh.go:43:6: Acosh defined in both Go and assembly
/usr/local/go/src/math/asin.go:20:6: Asin defined in both Go and assembly
/usr/local/go/src/math/asin.go:58:6: Acos defined in both Go and assembly
/usr/local/go/src/math/asinh.go:40:6: Asinh defined in both Go and assembly
/usr/local/go/src/math/atan.go:96:6: Atan defined in both Go and assembly
/usr/local/go/src/math/atan2.go:30:6: Atan2 defined in both Go and assembly
/usr/local/go/src/math/atanh.go:48:6: Atanh defined in both Go and assembly
/usr/local/go/src/math/cbrt.go:26:6: Cbrt defined in both Go and assembly
/usr/local/go/src/math/erf.go:189:6: Erf defined in both Go and assembly
/usr/local/go/src/math/erf.go:274:6: Erfc defined in both Go and assembly
/usr/local/go/src/math/erf.go:274:6: too many errors

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.


x0luv@goclone:~$ brew install goclone
==> Fetching imthaghost/goclone/goclone
==> Downloading https://github.com/imthaghost/goclone/releases/download/v1.2.0/goclone_1.2.0_Linux-64bit.tar.gz
Already downloaded: /home/x0luv/.cache/Homebrew/downloads/bf0099db9dc9ca0b0d8f52a2ef9067b4356afeec621ba7953c06aa62ba8979b6--goclone_1.2.0_Linux-64bit.tar.gz
==> Installing goclone from imthaghost/goclone
Killed
x0luv@goclone:~$ /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/build.rb:256:in `rescue in <main>': private method `puts' called for nil:NilClass (NoMethodError)
        from /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/build.rb:217:in `<main>'
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/build.rb:221:in `initialize': Connection refused - connect(2) for /tmp/homebrew20240217-31495-ubmwe5/socket (Errno::ECONNREFUSED)
        from /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/build.rb:221:in `open'
        from /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/build.rb:221:in `<main>'

@elcafe7
Copy link

elcafe7 commented Mar 20, 2024

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:
zsh: command not found: goclone

@ghost
Copy link

ghost commented May 31, 2024

also broken for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants