79662144

Date: 2025-06-11 14:16:11
Score: 1
Natty:
Report link

I have another case with "checksum mismatch" error while module fetching. In my case we use golang module's git repository with git-lfs plug-in. Some of developer had git-lfs some didn't have and that cause race condition in go.sum.

We temporally resolve problem by install git-lfs on all developer's computers, but later we turned off git-lfs support in repository with private modules.

Our temporally decision was :

sudo apt install git-lfs

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: andreykyz