diff options
author | jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565 <jhannwong@web> | 2015-11-19 22:46:21 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-11-19 22:46:21 +0000 |
commit | a494f4742621c2e86f428947046262a72038d34b (patch) | |
tree | 45b0f0256622ef69ccf0abaa504c68f32016cd57 /doc/bugs | |
parent | 7f09ae10b95d95f3d1696388f4bb63e9db9a2270 (diff) |
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Unable_to_take_transfer_lock.mdwn | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/bugs/Unable_to_take_transfer_lock.mdwn b/doc/bugs/Unable_to_take_transfer_lock.mdwn new file mode 100644 index 000000000..9b1e0ca9b --- /dev/null +++ b/doc/bugs/Unable_to_take_transfer_lock.mdwn @@ -0,0 +1,39 @@ +### Please describe the problem. + +`git annex get --from=myremote' show "transfer already in progress, or unable to take transfer lock". + + +### What steps will reproduce the problem? + +Remote is on a Linux machine. +Do `git annex get' on a Mac OS. +Do the same on another Linux machine. + +The git annex client on the Linux machine works. +Mac OS doesn't. + +rsync version for all machines: 3.1.1 + +### What version of git-annex are you using? On what operating system? + +git-annex 5.20151019 + +Lubuntu 15.10. +Mac OS X 10.11.1 (El Capitan) + + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]] + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) + +Yes. + +It's wonderful. This should be a problem with Mac OS. |