Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support passing precomputed file digest to DandiAPIClient upload methods #388

Merged
merged 1 commit into from
Feb 16, 2021

Conversation

jwodder
Copy link
Member

@jwodder jwodder commented Feb 16, 2021

Currently, when uploading a file to the new API with the upload() function / dandi upload command, its digest is computed twice: once for use in the metadata and again for use in the validation API. This PR lets DandiAPIClient's upload methods accept a precomputed digest so that we only need to digest each file once.

@jwodder jwodder added the internal Changes only affect the internal API label Feb 16, 2021
@codecov
Copy link

codecov bot commented Feb 16, 2021

Codecov Report

Merging #388 (bab2056) into master (ea86eee) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #388   +/-   ##
=======================================
  Coverage   82.38%   82.39%           
=======================================
  Files          55       55           
  Lines        5705     5708    +3     
=======================================
+ Hits         4700     4703    +3     
  Misses       1005     1005           
Flag Coverage Δ
unittests 82.39% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
dandi/dandiapi.py 87.72% <100.00%> (+0.16%) ⬆️
dandi/upload.py 76.05% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ea86eee...bab2056. Read the comment docs.

@yarikoptic
Copy link
Member

hm... I wonder if we are hitting github's rate limiting with Test populate dandiset_yaml.py since it fails to clone a dandiset
1m 5s
Run datalad install -r .
It is highly recommended to configure Git before using DataLad. Set both 'user.name' and 'user.email' configuration variables.
It is highly recommended to configure Git before using DataLad. Set both 'user.name' and 'user.email' configuration variables.
[INFO] Installing Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets) to get /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets recursively 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets) 
[INFO] Attempting to clone from https://github.com/dandi/dandi-api-datasets/dandisets to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets 
[INFO] Attempting to clone from https://github.com/dandi/dandi-api-datasets/dandisets/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets 
[INFO] Attempting to clone from https://github.com/dandi/dandisets to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets" enable -s dandi-dandisets-dropbox 
[INFO] Reset branch 'master' to 400bd68d (from 36f1fbe3) to avoid a detached HEAD 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000003) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000003 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000003 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000003/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000003 
[INFO] Attempting to clone from https://github.com/dandisets/000003.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000003 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000003) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000003" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000004) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000004 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000004 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000004/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000004 
[INFO] Attempting to clone from https://github.com/dandisets/000004.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000004 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000004) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000004" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000005) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000005 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000005 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000005/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000005 
[INFO] Attempting to clone from https://github.com/dandisets/000005.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000005 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000005) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000005" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000006) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000006 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000006 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000006/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000006 
[INFO] Attempting to clone from https://github.com/dandisets/000006.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000006 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000006) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000006" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000007) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000007 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000007 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000007/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000007 
[INFO] Attempting to clone from https://github.com/dandisets/000007.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000007 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000007) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000007" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000008) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000008 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000008 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000008/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000008 
[INFO] Attempting to clone from https://github.com/dandisets/000008.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000008 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000008) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000008" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000009) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000009 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000009 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000009/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000009 
[INFO] Attempting to clone from https://github.com/dandisets/000009.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000009 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000009) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000009" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000010) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000010 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000010 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000010/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000010 
[INFO] Attempting to clone from https://github.com/dandisets/000010.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000010 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000010) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000010" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000011) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000011 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000011 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000011/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000011 
[INFO] Attempting to clone from https://github.com/dandisets/000011.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000011 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000011) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000011" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000012) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000012 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000012 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000012/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000012 
[INFO] Attempting to clone from https://github.com/dandisets/000012.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000012 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000012) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000012" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000013) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000013 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000013 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000013/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000013 
[INFO] Attempting to clone from https://github.com/dandisets/000013.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000013 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000013) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000013" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000015) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000015 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000015 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000015/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000015 
[INFO] Attempting to clone from https://github.com/dandisets/000015.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000015 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000015) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000015" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000016) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000016 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000016 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000016/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000016 
[INFO] Attempting to clone from https://github.com/dandisets/000016.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000016 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000016) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000016" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000017) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000017 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000017 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000017/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000017 
[INFO] Attempting to clone from https://github.com/dandisets/000017.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000017 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000017) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000017" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000018) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000018 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000018 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000018/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000018 
[INFO] Attempting to clone from https://github.com/dandisets/000018.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000018 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000018) 
[INFO] Author identity unknown 
[INFO] *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository. 
[INFO] fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000018" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000019) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000019 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000019 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000019/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000019 
[INFO] Attempting to clone from https://github.com/dandisets/000019.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000019 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000019) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000019" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000020) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000020 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000020 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000020/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000020 
[INFO] Attempting to clone from https://github.com/dandisets/000020.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000020 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000020) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000020" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000021) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000021 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000021 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000021/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000021 
[INFO] Attempting to clone from https://github.com/dandisets/000021.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000021 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000021) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000021" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000022) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000022 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000022 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000022/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000022 
[INFO] Attempting to clone from https://github.com/dandisets/000022.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000022 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000022) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000022" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000023) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000023 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000023 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000023/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000023 
[INFO] Attempting to clone from https://github.com/dandisets/000023.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000023 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000023) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000023" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000024) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000024 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000024 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000024/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000024 
[INFO] Attempting to clone from https://github.com/dandisets/000024.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000024 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000024) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000024" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000025) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000025 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000025 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000025/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000025 
[INFO] Attempting to clone from https://github.com/dandisets/000025.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000025 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000025) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000025" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000026) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000026 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000026 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000026/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000026 
[INFO] Attempting to clone from https://github.com/dandisets/000026.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000026 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000026) 
[INFO] Author identity unknown 
[INFO] *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository. 
[INFO] fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000026" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000027) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000027 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000027 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000027/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000027 
[INFO] Attempting to clone from https://github.com/dandisets/000027.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000027 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000027) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000027" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000028) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000028 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000028 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000028/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000028 
[INFO] Attempting to clone from https://github.com/dandisets/000028.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000028 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000028) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000028" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000029) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000029 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000029 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000029/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000029 
[INFO] Attempting to clone from https://github.com/dandisets/000029.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000029 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000029) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000029" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000030) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000030 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000030 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000030/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000030 
[INFO] Attempting to clone from https://github.com/dandisets/000030.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000030 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000030) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000030" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000031) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000031 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000031 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000031/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000031 
[INFO] Attempting to clone from https://github.com/dandisets/000031.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000031 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000031) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000031" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000032) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000032 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000032 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000032/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000032 
[INFO] Attempting to clone from https://github.com/dandisets/000032.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000032 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000032) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000032" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000033) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000033 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000033 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000033/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000033 
[INFO] Attempting to clone from https://github.com/dandisets/000033.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000033 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000033) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000033" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000034) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000034 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000034 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000034/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000034 
[INFO] Attempting to clone from https://github.com/dandisets/000034.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000034 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000034) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000034" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000035) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000035 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000035 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000035/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000035 
[INFO] Attempting to clone from https://github.com/dandisets/000035.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000035 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000035) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000035" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000036) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000036 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000036 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000036/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000036 
[INFO] Attempting to clone from https://github.com/dandisets/000036.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000036 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000036) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000036" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000037) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000037 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000037 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000037/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000037 
[INFO] Attempting to clone from https://github.com/dandisets/000037.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000037 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000037) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000037" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000038) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000038 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000038 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000038/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000038 
[INFO] Attempting to clone from https://github.com/dandisets/000038.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000038 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000038) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000038" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000039) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000039 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000039 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000039/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000039 
[INFO] Attempting to clone from https://github.com/dandisets/000039.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000039 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000039) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000039" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000040) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000040 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000040 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000040/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000040 
[INFO] Attempting to clone from https://github.com/dandisets/000040.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000040 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000040) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000040" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000041) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000041 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000041 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000041/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000041 
[INFO] Attempting to clone from https://github.com/dandisets/000041.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000041 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000041) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000041" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000042) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000042 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000042 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000042/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000042 
[INFO] Attempting to clone from https://github.com/dandisets/000042.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000042 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000042) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000042" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000043) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000043 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000043 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000043/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000043 
[INFO] Attempting to clone from https://github.com/dandisets/000043.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000043 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000043) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000043" enable -s dandi-dandisets-dropbox 
[INFO] Reset branch 'master' to e5875c4d (from 503f767b) to avoid a detached HEAD 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000044) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000044 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000044 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000044/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000044 
[INFO] Attempting to clone from https://github.com/dandisets/000044.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000044 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000044) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000044" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000045) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000045 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000045 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000045/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000045 
[INFO] Attempting to clone from https://github.com/dandisets/000045.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000045 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000045) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000045" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000046) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000046 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000046 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000046/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000046 
[INFO] Attempting to clone from https://github.com/dandisets/000046.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000046 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000046) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000046" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000047) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000047 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000047 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000047/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000047 
[INFO] Attempting to clone from https://github.com/dandisets/000047.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000047 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000047) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000047" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000048) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000048 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000048 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000048/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000048 
[INFO] Attempting to clone from https://github.com/dandisets/000048.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000048 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000048) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000048" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000049) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000049 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000049 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000049/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000049 
[INFO] Attempting to clone from https://github.com/dandisets/000049.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000049 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000049) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000049" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000050) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000050 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000050 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000050/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000050 
[INFO] Attempting to clone from https://github.com/dandisets/000050.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000050 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000050) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000050" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000051) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000051 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000051 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000051/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000051 
[INFO] Attempting to clone from https://github.com/dandisets/000051.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000051 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000051) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000051" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000052) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000052 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000052 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000052/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000052 
[INFO] Attempting to clone from https://github.com/dandisets/000052.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000052 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000052) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000052" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000053) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000053 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000053 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000053/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000053 
[INFO] Attempting to clone from https://github.com/dandisets/000053.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000053 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000053) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000053" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000054 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000054/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054 
[INFO] Attempting to clone from https://github.com/dandisets/000054.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054 
[INFO] Attempting to clone from https://github.com/dandisets/000054.git/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054) 
Error:  Failed to clone from any candidate source URL. Encountered errors per each url were:
| - https://github.com/dandi/dandisets/000054
  CommandError: 'git clone --progress https://github.com/dandi/dandisets/000054 /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054' failed with exitcode 128 [err: 'Cloning into '/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054'...
remote: Not Found
fatal: repository 'https://github.com/dandi/dandisets/000054/' not found']
- https://github.com/dandi/dandisets/000054/.git
  CommandError: 'git clone --progress https://github.com/dandi/dandisets/000054/.git /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054' failed with exitcode 128 [err: 'Cloning into '/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054'...
remote: Not Found
fatal: repository 'https://github.com/dandi/dandisets/000054/.git/' not found']
- https://github.com/dandisets/000054.git
  CommandError: 'git clone --progress https://github.com/dandisets/000054.git /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054' failed with exitcode 128 [err: 'Cloning into '/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054'...
fatal: unable to access 'https://github.com/dandisets/000054.git/': Error in the HTTP2 framing layer']
- https://github.com/dandisets/000054.git/.git
  CommandError: 'git clone --progress https://github.com/dandisets/000054.git/.git /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054' failed with exitcode 128 [err: 'Cloning into '/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054'...
remote: Not Found
fatal: repository 'https://github.com/dandisets/000054.git/.git/' not found'] [install(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054)] 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000055) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000055 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000055 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000055/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000055 
[INFO] Attempting to clone from https://github.com/dandisets/000055.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000055 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000055) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000055" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000056) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000056 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000056 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000056/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000056 
[INFO] Attempting to clone from https://github.com/dandisets/000056.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000056 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000056) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000056" enable -s dandi-dandisets-dropbox 
[INFO] Cloning dataset to Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000057) 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000057 to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000057 
[INFO] Attempting to clone from https://github.com/dandi/dandisets/000057/.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000057 
[INFO] Attempting to clone from https://github.com/dandisets/000057.git to /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000057 
[INFO] Start enumerating objects 
[INFO] Start counting objects 
[INFO] Start compressing objects 
[INFO] Start receiving objects 
[INFO] Start resolving deltas 
[INFO] Completed clone attempts for Dataset(/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000057) 
[INFO] Author identity unknown
| 
| *** Please tell me who you are.
| 
| Run
| 
|   git config --global user.email "[email protected]"
|   git config --global user.name "Your Name"
| 
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
| 
| fatal: empty ident name (for <runner@fv-az183-668.nvenuqh413nujfhfqc3firm4nb.cx.internal.cloudapp.net>) not allowed 
[INFO] Scanning for unlocked files (this may take some time) 
[INFO] Remote origin not usable by git-annex; setting annex-ignore 
[INFO] access to 1 dataset sibling dandi-dandisets-dropbox not auto-enabled, enable with:
| 		datalad siblings -d "/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000057" enable -s dandi-dandisets-dropbox 
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000003 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000004 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000005 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000006 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000007 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000008 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000009 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000010 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000011 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000012 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000013 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000015 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000016 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000017 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000018 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000019 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000020 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000021 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000022 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000023 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000024 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000025 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000026 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000027 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000028 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000029 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000030 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000031 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000032 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000033 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000034 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000035 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000036 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000037 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000038 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000039 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000040 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000041 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000042 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000043 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000044 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000045 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000046 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000047 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000048 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000049 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000050 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000051 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000052 (dataset)
install(ok): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000053 (dataset)
install(error): /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054 (dataset) [Failed to clone from any candidate source URL. Encountered errors per each url were:
- https://github.com/dandi/dandisets/000054
  CommandError: 'git clone --progress https://github.com/dandi/dandisets/000054 /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054' failed with exitcode 128 [err: 'Cloning into '/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054'...
remote: Not Found
fatal: repository 'https://github.com/dandi/dandisets/000054/' not found']
- https://github.com/dandi/dandisets/000054/.git
  CommandError: 'git clone --progress https://github.com/dandi/dandisets/000054/.git /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054' failed with exitcode 128 [err: 'Cloning into '/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054'...
remote: Not Found
fatal: repository 'https://github.com/dandi/dandisets/000054/.git/' not found']
- https://github.com/dandisets/000054.git
  CommandError: 'git clone --progress https://github.com/dandisets/000054.git /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054' failed with exitcode 128 [err: 'Cloning into '/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054'...
fatal: unable to access 'https://github.com/dandisets/000054.git/': Error in the HTTP2 framing layer']
- https://github.com/dandisets/000054.git/.git
  CommandError: 'git clone --progress https://github.com/dandisets/000054.git/.git /home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054' failed with exitcode 128 [err: 'Cloning into '/home/runner/work/dandi-cli/dandi-cli/dandi-api-datasets/dandisets/000054'...
remote: Not Found
fatal: repository 'https://github.com/dandisets/000054.git/.git/' not found']]

otherwise - looks good and a good catch. I think we can proceed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Changes only affect the internal API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants