diff --git a/doc/bugs/protocol_mismatch_after_interrupt.mdwn b/doc/bugs/protocol_mismatch_after_interrupt.mdwn index 61de825f0f..837690eac8 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]]