On Sat, Jul 26, 2025 at 09:53:27AM -0400, Todd Zullinger wrote: > I was curious, so I took Peff's recipe and gave it a try. > > sudo dnf -y install git-daemon > sudo systemctl enable --now git.socket > mkdir ~/public_git > git init --bare ~/public_git/repo.git > git -C ~/public_git/repo.git --work-tree=. commit --allow-empty -m foo > sudo git config --system --add safe.directory ~/public_git/\* > git ls-remote git://localhost/~test/repo.git > > And that fails as it does for Russell. I suspected SELinux, > which is enabled by default on Fedora. With luck, you have > not already ruled that out. Interesting. That would explain why I didn't see the problem on my Debian system. I am still puzzled why Russell would see the message he does, though.