gitrob icon indicating copy to clipboard operation
gitrob copied to clipboard

error when install -> too few values in &assetfs.AssetFS literal

Open Abdulrahman-Kamel opened this issue 4 years ago • 13 comments

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

1

Abdulrahman-Kamel avatar Jun 04 '20 13:06 Abdulrahman-Kamel

Same here latest kali linux

Jase-NZ avatar Jun 20 '20 08:06 Jase-NZ

export GO111MODULE="on" then retry it will fix the issue

hunter0x8 avatar Jun 25 '20 20:06 hunter0x8

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

fuomag9 avatar Jun 30 '20 15:06 fuomag9

It is dead project you can use https://github.com/mattyjones/gitrob this project gitrob it is updated one

hunter0x8 avatar Jun 30 '20 15:06 hunter0x8

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

fuomag9 avatar Jun 30 '20 15:06 fuomag9

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)

a55afbfa55a avatar Jul 16 '20 14:07 a55afbfa55a

export GO111MODULE="on" then retry it will fix the issue

Thanks man

impramodsargar avatar Jul 26 '20 21:07 impramodsargar

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?

Toppprongyos avatar Jul 29 '20 22:07 Toppprongyos

export GO111MODULE="on" paste this in the terminal After that go get https://github.com/mattyjones/gitrob

hunter0x8 avatar Jul 30 '20 06:07 hunter0x8

export GO111MODULE="on" paste this in the terminal After that go get https://github.com/mattyjones/gitrob

THX!!

Toppprongyos avatar Jul 30 '20 15:07 Toppprongyos