gitrob
gitrob copied to clipboard
error when install -> too few values in &assetfs.AssetFS literal
when i am install gitrob by [ go get github.com/michenriksen/gitrob ] get this error i am try to uninstall golang but not solved and try install in ununtu and kali but still this problem
Same here latest kali linux
export GO111MODULE="on" then retry it will fix the issue
I get
go: found github.com/google/go-querystring/query in github.com/google/go-querystring v1.0.0
# github.com/michenriksen/gitrob/core
go/pkg/mod/github.com/michenriksen/[email protected]+incompatible/core/github.go:43:5: cannot use user.ID (type *int64) as type *int in field value
go/pkg/mod/github.com/michenriksen/[email protected]+incompatible/core/github.go:73:11: cannot use repo.ID (type *int64) as type *int in field value
go/pkg/mod/github.com/michenriksen/[email protected]+incompatible/core/github.go:105:73: cannot use member.ID (type *int64) as type *int in field value
After doing the command
It is dead project you can use https://github.com/mattyjones/gitrob this project gitrob it is updated one
It is dead project you can use https://github.com/mattyjones/gitrob this project gitrob it is updated one
Thank you, I just noticed that the link in the readme is for the wrong repo
export GO111MODULE="on" then retry it will fix the issue
And make sure you are running on go version 1.14 (1.11 didn't work for me)
export GO111MODULE="on" then retry it will fix the issue
Thanks man
export GO111MODULE="on" then retry it will fix the issue
Thanks man
How do you did that? Could you describe or write down the commands?
export GO111MODULE="on" paste this in the terminal After that go get https://github.com/mattyjones/gitrob
export GO111MODULE="on" paste this in the terminal After that go get https://github.com/mattyjones/gitrob
THX!!