This commit is contained in:
Joey Hess 2025-05-13 11:14:28 -04:00
parent 037968c6a3
commit e166a06323
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2025-05-13T15:06:43Z"
content="""
I've seen this message before with `git-annex version | head -n 1`
That particular one was made to ignore the error to write to stdout after
it was closed, but any other write to stdout might fail similarly when
going to a pipe that got closed.
So can you please track down what git-annex command is being run? My
suggestion is to use `strace -f`
"""]]