diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2014-04-19 01:20:24 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-04-19 01:20:24 +0000 |
commit | a34eb9b1072d67bf375900a5f17fd1c46dfd0cb6 (patch) | |
tree | e2b719bcdcd8fbe08cd081ff0060d187ef31a60f /doc/bugs/protocol_mismatch_after_interrupt.mdwn | |
parent | e3d9e4e1ce0f4fb1e7508a7715e137359c279156 (diff) |
Diffstat (limited to 'doc/bugs/protocol_mismatch_after_interrupt.mdwn')
-rw-r--r-- | doc/bugs/protocol_mismatch_after_interrupt.mdwn | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/bugs/protocol_mismatch_after_interrupt.mdwn b/doc/bugs/protocol_mismatch_after_interrupt.mdwn new file mode 100644 index 000000000..61de825f0 --- /dev/null +++ b/doc/bugs/protocol_mismatch_after_interrupt.mdwn @@ -0,0 +1,29 @@ +### Please describe the problem. + +git annex now fails to transfer a fail with: `protocol version mismatch -- is your shell clean?` + +### What steps will reproduce the problem? + +start a transfer, then interrupt it. + +### What version of git-annex are you using? On what operating system? + +on my side: 5.20140306~bpo70 on debian wheezy amd64 + +on the other side: 4.20130815 on ubuntu saucy i386 + +### Please provide any additional information below. + +[[!format sh """ +anarcat@angela:video$ git annex copy --to t films/foo.mkv +copy films/foo.mkv (checking t...) (to t...) +protocol version mismatch -- is your shell clean? +(see the rsync man page for an explanation) +rsync error: protocol incompatibility (code 2) at compat.c(174) [sender=3.0.9] + + rsync failed -- run git annex again to resume file transfer +failed +git-annex: copy: 1 failed +"""]] + +-- [[anarcat]] |