From 0115e5441d8bea5de9c3b7c70682de6190c0018b Mon Sep 17 00:00:00 2001 From: Lukey Date: Sat, 19 Jun 2021 12:14:33 +0000 Subject: [PATCH] Added a comment --- ...mment_5_2147808f9b15be995988e2c71bc0b271._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/forum/Issues_with_IPFS_special_remote/comment_5_2147808f9b15be995988e2c71bc0b271._comment diff --git a/doc/forum/Issues_with_IPFS_special_remote/comment_5_2147808f9b15be995988e2c71bc0b271._comment b/doc/forum/Issues_with_IPFS_special_remote/comment_5_2147808f9b15be995988e2c71bc0b271._comment new file mode 100644 index 0000000000..c67894a4af --- /dev/null +++ b/doc/forum/Issues_with_IPFS_special_remote/comment_5_2147808f9b15be995988e2c71bc0b271._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="Lukey" + avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b" + subject="comment 5" + date="2021-06-19T12:14:33Z" + content=""" +Hmm, it should work as you described it. Did you run `git annex sync` on the 2nd repo _after_ running `git annex sync` on the 1st repo (where you copied the files to the ipfs remote)? Can you post the output of the following actions, in that order: + + repo1# git annex copy somefile --to=ipfs + repo1# git annex sync + repo2# git annex sync +"""]]