From 383c9833a34125a48be1659b5e3ff80bf69bb166 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 4 Dec 2023 13:52:51 -0400 Subject: [PATCH] comment --- ..._1_be53f90b66de690b39f487d394866a66._comment | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/forum/client_repositories_setup_problem/comment_1_be53f90b66de690b39f487d394866a66._comment diff --git a/doc/forum/client_repositories_setup_problem/comment_1_be53f90b66de690b39f487d394866a66._comment b/doc/forum/client_repositories_setup_problem/comment_1_be53f90b66de690b39f487d394866a66._comment new file mode 100644 index 0000000000..b15d985617 --- /dev/null +++ b/doc/forum/client_repositories_setup_problem/comment_1_be53f90b66de690b39f487d394866a66._comment @@ -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. +"""]]