initial report channeled from datalad/issues
This commit is contained in:
parent
96e4c10cf9
commit
7e8463ab0b
1 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
### Please describe the problem.
|
||||
|
||||
[Originally blamed datalad](https://github.com/datalad/datalad/issues/3685#issuecomment-533075845) but apparently `git annex add --json` does not include error message in the json output. In our case it was due to permission issues.
|
||||
|
||||
|
||||
[[!format sh """
|
||||
$ git annex add more --json
|
||||
more: setFileMode: permission denied (Operation not permitted)
|
||||
{"command":"add","success":false,"file":"more"}
|
||||
git-annex: add: 1 failed
|
||||
"""]]
|
||||
|
||||
|
||||
[[!meta author=yoh]]
|
||||
[[!meta project=repronim]]
|
Loading…
Add table
Add a link
Reference in a new issue