summaryrefslogtreecommitdiff
path: root/doc/bugs/sync_with_clone_protocol_error.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/sync_with_clone_protocol_error.mdwn')
-rw-r--r--doc/bugs/sync_with_clone_protocol_error.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/sync_with_clone_protocol_error.mdwn b/doc/bugs/sync_with_clone_protocol_error.mdwn
new file mode 100644
index 000000000..47b61483c
--- /dev/null
+++ b/doc/bugs/sync_with_clone_protocol_error.mdwn
@@ -0,0 +1,13 @@
+ Failed to get annex.uuid configuration of repository clam
+
+ Instead, got: "(merging origin/git-annex origin/synced/git-annex into git-annex...)\n(recording state in git...)\nannex.uuid=$obscured\ncore.gcrypt-id=\n"
+
+Seen after cloning the repository to clam, not running git-annex init
+in it, adding clam as a remote, and git annex sync clam.
+Apparently git-annex-shell outputs some merging messages in this
+case, which breaks the protocol.
+
+Next git-annex sync clam worked ok and got the UUID.
+
+clam has git-annex 6.20170101 installed.
+--[[Joey]]