imthaghost/goclone

Installation Error

atharva20-coder opened this issue · 6 comments

As going step by step through installation manual I got stuck over this issue of which I attached screenshot.

C:\Users\hp\go/src/github.com/imthaghost/goclone/cmd/goclone

Screenshot 2021-08-05 231006

I am getting the same error tho. Couldnt find out why. I am also forced to use windows. :/ But on linux one could just cd into the /bin folder and call it through ./goclone site.com. Also it says one linux one should use go install pkt@latest.

As going step by step through installation manual I got stuck over this issue of which I attached screenshot.

C:\Users\hp\go/src/github.com/imthaghost/goclone/cmd/goclone

Your must set gopath directory, use go env |findstr "GOPATH" command.
cmd -> use command this go get -x github.com/imthaghost/goclone can be installed, Don't use any other commands. see below.

image

im facing kind of another issue. any helpl?

image

Sorry for the late reply.
I got the Windows installation working.
We need to update the readme installation documentation.
Try to find the project above the package in your GOPATH.

image

@atharva20-coder can you check again with this information?

I close for inactivity