From 7fc11913f21c97a741e8b74739fdfd5d4424453a Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Thu, 2 Jan 2014 02:02:38 +0100 Subject: [PATCH] Add endless_loop_when_PWD_gone.mdwn --- doc/bugs/endless_loop_when_PWD_gone.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/endless_loop_when_PWD_gone.mdwn diff --git a/doc/bugs/endless_loop_when_PWD_gone.mdwn b/doc/bugs/endless_loop_when_PWD_gone.mdwn new file mode 100644 index 0000000000..16eaadfcf6 --- /dev/null +++ b/doc/bugs/endless_loop_when_PWD_gone.mdwn @@ -0,0 +1,14 @@ +`git annex get` becomes very unhappy as soon as `$PWD` is gone. +The easiest way is to `git checkout git-annex` while you are getting in another tab. + +This results in git-annex entering an endless loop: + + fatal: Unable to read current working directory: No such file or directory + fatal: Unable to read current working directory: No such file or directory + fatal: Unable to read current working directory: No such file or directory + fatal: Unable to read current working directory: No such file or directory + fatal: Unable to read current working directory: No such file or directory + fatal: Unable to read current working directory: No such file or directory + fatal: Unable to read current working directory: No such file or directory + fatal: Unable to read current working directory: No such file or directory + fatal: Unable to read current working directory: No such file or directory