git problems, fatal: fetch-pack: invalid index-pack output on armv7

From: bob prohaska <fbsd_at_www.zefox.net>
Date: Fri, 07 Jun 2024 23:52:23 UTC
A fresh install of 
FreeBSD pelorus.zefox.org 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC arm
on a Raspberry Pi 2 v1.1 can't seem to clone a new source repository, reporting

# git clone --depth=1 -o freebsd https://git.FreeBSD.org/src.git /usr/src
Cloning into '/usr/src'...
remote: Enumerating objects: 104613, done.
remote: Counting objects: 100% (104613/104613), done.
remote: Compressing objects: 100% (88868/88868), done.
remote: Total 104613 (delta 22145), reused 43655 (delta 11832), pack-reused 0
Receiving objects: 100% (104613/104613), 345.50 MiB | 1.02 MiB/s, done.
fatal: pack is corrupted (SHA1 mismatch)
fatal: fetch-pack: invalid index-pack output

Similar errors are reported on existing armv7 installs, both microSD
hosted and mechanical hard drive.

Thanks for reading, any suggestions appreciated!

bob prohaska