This commit is contained in:
parent
a8fe35f645
commit
085eeaa652
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
The following commands show the failure:
|
||||
|
||||
$ mkdir d && touch d/f
|
||||
|
||||
$ mkdir g && cd g && git annex add ../d/f
|
||||
|
||||
add ... ok
|
||||
|
||||
error: Invalid path '.git/annex/objects/Jx/...
|
||||
|
||||
...
|
||||
|
||||
Then it seems it is enough to 'git add ../d/f' to complete the operation.
|
Loading…
Add table
Reference in a new issue