1 ### Please describe the problem.
3 Originally reported against datalad [#4976](https://github.com/datalad/datalad/issues/4976). Ran into it again and decided to reproduce by simply trying to make `git config` in parallel (they should not crash, right?) and it brings to the same problem reported
11 cd "$(mktemp -d ${TMPDIR:-/tmp}/dl-XXXXXXX)"
14 grep runshell `which git`
20 git config annex.version &
26 I also wonder if it is possible to avoid dealing with locales upon **every** invocation of git/git-annex? couldn't it be done just once e.g. per installed annex? (sorry if we had this discussion already, but it feels not yet resolved optimally).
28 ### What version of git-annex are you using? On what operating system?
30 `8.20200908-gcfc74c2f4`
34 [[!tag projects/datalad]]
36 > [[fixed|done]] --[[Joey]]