blob: 16eaadfcf6e3061effe265f094adb318ffb94dbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|