This commit is contained in:
Joey Hess 2022-08-15 14:05:05 -04:00
parent 2fba8ded77
commit 195f870265
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,18 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2022-08-15T17:42:49Z"
content="""
I think that the problem is that keyid= can only be specified once,
so the last keyid= you specified was used, which was yours, and it ignored
the other one.
Try `git-annex enableremote origin keyid+=FCE2EDE78BD9B2CB`
I found some documentation that says that keyid= can be repeated multiple
times, and I think that documentation is wrong, and probably led you
astray. It's also possible that it used to work and was broken in some
option parsing changes, unsure. I'm working to correct the documentation now.
(Or, encryption=shared seems likely to avoid whatever the problem is.)
"""]]