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

verifying module: checksum mismatch #10

Open
skull-squadron opened this issue Feb 6, 2023 · 3 comments
Open

verifying module: checksum mismatch #10

skull-squadron opened this issue Feb 6, 2023 · 3 comments

Comments

@skull-squadron
Copy link

Go: go version go1.19.5 darwin/arm64

$ go install github.com/GoAdminGroup/adm@latest
go: downloading github.com/GoAdminGroup/adm v1.2.24
go: github.com/GoAdminGroup/adm@latest: github.com/GoAdminGroup/adm@v1.2.24: verifying module: checksum mismatch
        downloaded: h1:xHH+F7wIlHWSPTuNnp7O64GmtmSBnWZCjR3K8ao+4Z4=
        sum.golang.org: h1:OU3q8MluwCL4kZxTD7y8zwwTWZCYQiCJJp06IlOpf2g=

SECURITY ERROR
This download does NOT match the one reported by the checksum server.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

Also tried: chmod -R +w ~/.go/pkg && rm -rf ~/.go/pkg

Possible causes:

  1. Files changed
  2. sums.golang.org + github.com + inside vs. outside 中国 different file contents

Note: This works go install github.com/GoAdminGroup/go-admin/adm@latest but the code maybe different

@hashemzargari
Copy link

Go: go version go1.19.5 darwin/arm64

$ go install github.com/GoAdminGroup/adm@latest
go: downloading github.com/GoAdminGroup/adm v1.2.24
go: github.com/GoAdminGroup/adm@latest: github.com/GoAdminGroup/adm@v1.2.24: verifying module: checksum mismatch
        downloaded: h1:xHH+F7wIlHWSPTuNnp7O64GmtmSBnWZCjR3K8ao+4Z4=
        sum.golang.org: h1:OU3q8MluwCL4kZxTD7y8zwwTWZCYQiCJJp06IlOpf2g=

SECURITY ERROR
This download does NOT match the one reported by the checksum server.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

Also tried: chmod -R +w ~/.go/pkg && rm -rf ~/.go/pkg

Possible causes:

1. Files changed

2. sums.golang.org + github.com + inside vs. outside 中国 different file contents

Note: This works go install github.com/GoAdminGroup/go-admin/adm@latest but the code maybe different

same issue

@thenick775
Copy link

Same issue here

1 similar comment
@mesos001
Copy link

Same issue here

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

4 participants