-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
met go: verifying github.com/coreos/etcd@v3.3.10+incompatible: checksum mismatch
error, when I compile TiDB on MacBook
#8947
Comments
go: verifying github.com/coreos/etcd@v3.3.10+incompatible: checksum mismatch
error when I compile TiDB on MacBookgo: verifying github.com/coreos/etcd@v3.3.10+incompatible: checksum mismatch
error, when I compile TiDB on MacBook
go: verifying github.com/coreos/etcd@v3.3.10+incompatible: checksum mismatch
error, when I compile TiDB on MacBookgo: verifying github.com/coreos/etcd@v3.3.10+incompatible: checksum mismatch
error, when I compile TiDB on MacBook
temporary workaround: rm -f go.sum then make again |
@darren Thank you |
@eurekaka can you help me, I want to be a contributor。I met this problem,when I try to compile TiDB |
@acmerfight Seems it's a bug of From the discussion, maybe delete Go module caches locally will make the build work normally: go clean -modcache Refer from go module document https://github.com/golang/go/wiki/Modules:
|
thank you, @zz-jason |
@acmerfight the error is "unknown import path"? |
@zz-jason
|
From this discussion: golang/go#29278 (comment) How about rm go.sum
go clean -modcache
make |
@zz-jason thank you very much. I solved this problem. |
I'm going to close this issue for it is solved. |
I met this issue as well. |
my problem is
it does not work for me。My colleague (under windows) always generate checksum
while I (under macos) always generate checksum
for go.etcd.io/etcd@v3.3.13+incompatible: checksum mismatch even though I can delete go.sum and generate |
Solved.The reason is colleagues in my team use different goproxy ,someone use https://goproxy.io and someone use that goproxy we run of our own,and then the checksum of module |
I get sum with Lla8yiEXK3cXjuK+bjzMgMdVLw0qaRJOhAEj35mynAE=, |
Go this today on 3.3.10+incompatible: a local Athens gets Shouldn't sums be reproducible and independent from the download source if the content is the same ? |
go version go1.11.4 darwin/amd64
I have searched, but I don't know how to solve this problem?
The text was updated successfully, but these errors were encountered: