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

can't install on debian 10 ( buster ) docker #3

Closed
lycoch opened this issue Nov 6, 2020 · 2 comments
Closed

can't install on debian 10 ( buster ) docker #3

lycoch opened this issue Nov 6, 2020 · 2 comments

Comments

@lycoch
Copy link

lycoch commented Nov 6, 2020

hello
i'm not a go expert, please be warn

i just run a brand new debian 10 via docker:

$ apt update; apt install golang
$ go get -u github.com/deletescape/goop

the directory is full of things: /root/go/src/github.com/deletescape/goop
but how are we supposed to lunch the software ?
"goop" is not reconized as a command

so i tried:
$ go run /root/go/src/github.com/deletescape/goop/main.go http://test.com
same with
$ go run /root/go/src/github.com/deletescape/goop/cmd/goop.go http://test.com

it fails with:
/root/go/src/github.com/go-git/go-git/storage/filesystem/dotgit/dotgit.go:17:2: code in directory /root/go/src/github.com/go-git/go-billy/osfs expects import "github.com/go-git/go-billy/v5/osfs"

thank you

@nyancrimew
Copy link
Owner

if goop is not recognized as a command at all then the go bin path is probably not added to path properly yet. And the error it gets when launching seems to be a duplicate of #2

@nyancrimew
Copy link
Owner

see #2

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

2 participants