From 6e21bd54d4beef5614587c2f072c3b8986a44434 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 26 Sep 2022 13:23:04 -0400 Subject: [PATCH] comment --- ..._1_35c33ae1d69382a03c94f4a20ec22f7e._comment | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/bugs/git_annex_connecting_over_tor_does_not_work/comment_1_35c33ae1d69382a03c94f4a20ec22f7e._comment diff --git a/doc/bugs/git_annex_connecting_over_tor_does_not_work/comment_1_35c33ae1d69382a03c94f4a20ec22f7e._comment b/doc/bugs/git_annex_connecting_over_tor_does_not_work/comment_1_35c33ae1d69382a03c94f4a20ec22f7e._comment new file mode 100644 index 0000000000..289688d5bb --- /dev/null +++ b/doc/bugs/git_annex_connecting_over_tor_does_not_work/comment_1_35c33ae1d69382a03c94f4a20ec22f7e._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2022-09-26T17:20:05Z" + content=""" +I can reproduce this by running eg: + + joey@darkstar:~/tmp/torrepo>git-annex init + init ok + joey@darkstar:~/tmp/torrepo>su -c "git-annex --debug enable-tor 1000" + Password: + git-annex: This can only be run in a git-annex repository. + +This was broken by git's security fix for CVE-2022-24765. Now when the root +process tries to run `git config --list`, git does not display the local +.git/config, because it is owned by another user. +"""]]