diff options
author | Richard Hartmann <richih@debian.org> | 2014-01-02 02:02:38 +0100 |
---|---|---|
committer | Richard Hartmann <richih@debian.org> | 2014-01-02 02:02:38 +0100 |
commit | b6c96644d88903e83dfd298c87e6764668b7a87f (patch) | |
tree | 3a4d0d8ee8d252d2da39a009c2df7553dd5da6ea | |
parent | f47e7952d9a39bf09b22fc386b1fbbe1bc63a57e (diff) |
Add endless_loop_when_PWD_gone.mdwn
-rw-r--r-- | doc/bugs/endless_loop_when_PWD_gone.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
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 000000000..16eaadfcf --- /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 |