summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2014-04-19 01:22:34 +0000
committerGravatar admin <admin@branchable.com>2014-04-19 01:22:34 +0000
commit93f7b3f0a605320100b0ed02927bcbfa25fdfb42 (patch)
tree0f2c3b0399847a347152d9c1dfab595f35bf38b9 /doc/bugs
parenta34eb9b1072d67bf375900a5f17fd1c46dfd0cb6 (diff)
add workaround
Diffstat (limited to 'doc/bugs')
-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]]