From 0f2754ec3c09e1040843229a8812611c3ddd535c Mon Sep 17 00:00:00 2001 From: "mike@2d6d71f56ce2a992244350475251df87c26fe351" Date: Thu, 12 Sep 2024 05:22:18 +0000 Subject: [PATCH] Added a comment --- ..._8486b348a126f6889b648999d39f3631._comment | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/forum/Change_a_special_remote__39__s_type/comment_4_8486b348a126f6889b648999d39f3631._comment diff --git a/doc/forum/Change_a_special_remote__39__s_type/comment_4_8486b348a126f6889b648999d39f3631._comment b/doc/forum/Change_a_special_remote__39__s_type/comment_4_8486b348a126f6889b648999d39f3631._comment new file mode 100644 index 0000000000..8791123ff1 --- /dev/null +++ b/doc/forum/Change_a_special_remote__39__s_type/comment_4_8486b348a126f6889b648999d39f3631._comment @@ -0,0 +1,22 @@ +[[!comment format=mdwn + username="mike@2d6d71f56ce2a992244350475251df87c26fe351" + nickname="mike" + avatar="http://cdn.libravatar.org/avatar/183fa439752e2f0c6f39ede658d81050" + subject="comment 4" + date="2024-09-12T05:22:18Z" + content=""" +When trying to change a remote to the new rclone special remote (from `type=external externaltype=rclone`), I encountered this: + +``` +$ git annex enableremote halde-pcloud type=rclone +enableremote halde-pcloud +git-annex: getRemoteConfigValue externaltype found value of unexpected type PassedThrough. This is a bug in git-annex! +CallStack (from HasCallStack): + error, called at ./Annex/SpecialRemote/Config.hs:192:28 in main:Annex.SpecialRemote.Config + getRemoteConfigValue, called at ./Remote/External.hs:920:35 in main:Remote.External +failed +enableremote: 1 failed +``` + +(The reason I tried it this way is that I didn't want to lose the encrypted files (`encryption=shared`)) +"""]]