From: Kinshuk Date: Fri, 18 Jun 2021 14:07:55 +0000 (+0000) Subject: (no commit message) X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~91^2~210^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6079634f61ffff4ba8069a746fda86f9b3517b02;p=git-annex.git --- diff --git a/doc/forum/Issues_with_IPFS_special_remote.mdwn b/doc/forum/Issues_with_IPFS_special_remote.mdwn new file mode 100644 index 0000000000..ded30c2e1b --- /dev/null +++ b/doc/forum/Issues_with_IPFS_special_remote.mdwn @@ -0,0 +1,6 @@ +I'm trying to make git-annex work with the ipfs special remote here: (https://git-annex.branchable.com/special_remotes/ipfs/). Publishing to IPFS works, but I cannot retrieve the files onto another machine through git-annex + +Running "git-annex copy --to ipfs" does copy files onto ipfs, I can access them through the CIDs (through an IPFS gateway like ipfs.io/ipfs/), and I can view the annexed files on running "git annex whereis" +But, "git annex whereis" on the other computer gives an empty output. (even after running git annex sync on both systems). "git annex copy --from ipfs" also gives no output on the other system. + +Is there something obvious that I'm missing?