With no username and email address set in git, datalad siblings
command returns siblings.
But, after pulled a datalad create commit, datalad siblings
causes the following error.
If I add the username and email address to my git configuration, the error does not occur, but why do I get this error after the pull?
I would appreciate any suggestions or information.
The steps I tried are as follows
- create ‘datalad-siblings’ repository on GIN
- commit Dockerfile to the repository
- create two jupyter runtime environments(A and B) using BinderHub
- on A, execute following commands
4-1. set both ‘user.name’ and ‘user.email’ git configuration variables.
4-2.datalad create --force
4-3. `datalad push --to origin’ - on B, execute following commands
5-1. datalad siblings → Success
5-2. datalad update -s origin
5-3. datalad siblings → Error
packages version
- datalad==0.17.6
- git==2.35.0
- git-annex==8.20210903