Added a comment

This commit is contained in:
Lukey 2021-06-19 12:14:33 +00:00 committed by admin
parent 566e1e8524
commit 0115e5441d

View file

@ -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
"""]]