diff --git a/doc/forum/__34__git_annex_drop__34___freezes_while___34__locking_origin...__34__.mdwn b/doc/forum/__34__git_annex_drop__34___freezes_while___34__locking_origin...__34__.mdwn new file mode 100644 index 0000000000..b4e9b087df --- /dev/null +++ b/doc/forum/__34__git_annex_drop__34___freezes_while___34__locking_origin...__34__.mdwn @@ -0,0 +1,12 @@ +Hi, + +I am using git annex 5.20151208-1build1 on my local machine and 5.20151208-g5ef6ed8 on "origin". I can not drop files anymore. "git annex sync --content" has the same problem when it tries to drop files: + + $ git annex drop xyz + drop xyz (locking origin...) <-- waits here for ever + + $ git annex sync --content + [git annex is pulling and merging stuff] + drop xyz (locking origin...) <-- waits here for ever + +What can I do? Thanks!