From c927a38dc5653d6978abcccdf92db1748e0948c0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 1 Nov 2023 12:19:50 -0400 Subject: [PATCH] reproduced --- ..._6b2c645f9ca440f4707c671a94566bb7._comment | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/bugs/fresh_test_fails__58___hPut__58___invalid_argument_/comment_1_6b2c645f9ca440f4707c671a94566bb7._comment diff --git a/doc/bugs/fresh_test_fails__58___hPut__58___invalid_argument_/comment_1_6b2c645f9ca440f4707c671a94566bb7._comment b/doc/bugs/fresh_test_fails__58___hPut__58___invalid_argument_/comment_1_6b2c645f9ca440f4707c671a94566bb7._comment new file mode 100644 index 0000000000..586c9184bf --- /dev/null +++ b/doc/bugs/fresh_test_fails__58___hPut__58___invalid_argument_/comment_1_6b2c645f9ca440f4707c671a94566bb7._comment @@ -0,0 +1,20 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2023-11-01T16:07:15Z" + content=""" +Reproduced with LANG=C: + + ./Test/Framework.hs:86: + initremote failed with unexpected exit code (transcript follows) + initremote foo (encryption setup) (to gpg keys: 129D6E0AC537B9C7) + git-annex: .git/annex/othertmp/remote.log: withFile: invalid argument (cannot encode character '\132') + failed + (recording state in git...) + initremote: 1 failed + +Not quite the same error but almost certianly the same problem. + +I've confirmed this is caused by +[[!commit 3742263c99180d1391e4fd51724aae52d6d02137]] +"""]]