add workaround

This commit is contained in:
https://id.koumbit.net/anarcat 2014-04-19 01:22:34 +00:00 committed by admin
parent 51fc7180e2
commit e68a8fba06

View file

@ -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]]