This commit is contained in:
Joey Hess 2023-12-04 13:52:51 -04:00
parent 0485dd3161
commit 383c9833a3
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,17 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2023-12-04T17:48:39Z"
content="""
git remote add client1 $DIR/client1
git remote add client2 $DIR/client1
It seems to me you have a typo in the second line there.
The other problem I noticed is, you are putting repositories in groups, but you
never configure preferred content, and so the group settings will not be used.
So you probably want to run `git-annex wanted here standard` in each of the
repositories.
With those fixes, it seems to work for me.
"""]]