comment
This commit is contained in:
parent
79aadf63d4
commit
6e21bd54d4
1 changed files with 17 additions and 0 deletions
|
@ -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.
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue