I am trying to sync only git annex symlinks with datalad to a locally started GIN server, but I get the KeyError(‘bytesize’).
I tried the following commands in a runtime environment started with binderhub.
- datalad create --force
- git annex addurl --fast --file sample3.csv https://filesamples.com/samples/document/csv/sample3.csv
- datalad save sample3.csv
- datalad -l debug push --to gin
* git annex key has data size.
sample3.csv → ‘.git/annex/objects/p3/q7/URL-s723–https&c%%filesamples.com%samples%document%csv%sample3.csv/URL-s723–https&c%%filesamples.com%samples%document%csv%sample3.csv’
The version of datalad and other software is below.
- datalad==0.15.4
- git==2.35.0
- git-annex==8.20210903
I am thankful for any advice.
Rino mizuguchi