Hello. I have problems with data download via datalad on my Mac.
Summary of what happened:
I wanted to clone the Localizer Dataset. However, I get an error notice. According to Download Data — DartBrains it should work.
Command used:
cd /Users/name/Python/Data
datalad install https://gin.g-node.org/ljchang/Localizer
(subsequently called URL, because I am not allowed to post more than 4 links)
second try:
datalad clone URL
Version:
datalad 0.17.9, Apple M1 2020, macOS Ventura 13.0.1, Mac Terminal 2.13
Relevant log outputs (up to 20 lines):
install(error): /Users/name/Python/Data/Localizer (dataset) [Failed to clone from any candidate source URL. Encountered errors per each url were:
- URL
CommandError: ‘git -c diff.ignoreSubmodules=none clone --progress URL /Users/name/Python/Data/Localizer’ failed with exitcode 128 [err: ‘Cloning into ‘/Users/name/Python/Data/Localizer’…
remote:
…
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed’]- URL
CommandError: ‘git -c diff.ignoreSubmodules=none clone --progress https://gin.g-node.org/ljchang/Localizer/.git /Users/name/Python/Data/Localizer’ failed with exitcode 128 [err: ‘Cloning into ‘/Users/name/Python/Data/Localizer’…
fatal: repository ‘https://gin.g-node.org/ljchang/Localizer/.git/’ not found’]]
Thank you