Add endless_loop_when_PWD_gone.mdwn
This commit is contained in:
parent
3a3d503853
commit
7fc11913f2
1 changed files with 14 additions and 0 deletions
14
doc/bugs/endless_loop_when_PWD_gone.mdwn
Normal file
14
doc/bugs/endless_loop_when_PWD_gone.mdwn
Normal file
|
@ -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
|
Loading…
Reference in a new issue