summaryrefslogtreecommitdiff
path: root/doc/bugs/protocol_mismatch_after_interrupt.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/protocol_mismatch_after_interrupt.mdwn')
-rw-r--r--doc/bugs/protocol_mismatch_after_interrupt.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/protocol_mismatch_after_interrupt.mdwn b/doc/bugs/protocol_mismatch_after_interrupt.mdwn
index 61de825f0..837690eac 100644
--- a/doc/bugs/protocol_mismatch_after_interrupt.mdwn
+++ b/doc/bugs/protocol_mismatch_after_interrupt.mdwn
@@ -4,7 +4,7 @@ git annex now fails to transfer a fail with: `protocol version mismatch -- is yo
### What steps will reproduce the problem?
-start a transfer, then interrupt it.
+start a transfer, then switch between your wireless and wired connexions (I am using network-manager), then interrupt the transfer with control-c.
### What version of git-annex are you using? On what operating system?
@@ -26,4 +26,6 @@ failed
git-annex: copy: 1 failed
"""]]
+workaround: `cd .git/annex/; mv transfer transfer.old` on the other side.
+
-- [[anarcat]]