datalad / datalad-osf

DataLad extension to interface with the Open Science Framework
Other
14 stars 12 forks source link

cloning a previously created repo on osf failing with exitcode 128 #205

Open hvgazula opened 6 days ago

hvgazula commented 6 days ago

Hello, I created a project on osf using datalad in the past and trying to clone the repo withdatalad clone osf://2xmau elife-data throws the following error. I am unsure what step I am skipping.

install(error): /Users/harsha/Downloads/elife-data (dataset) [Failed to clone from any candidate source URL. Encountered errors per each url were:
- osf://2xmau/
  CommandError: 'git -c diff.ignoreSubmodules=none -c core.quotepath=false clone --progress osf://2xmau/ /Users/harsha/Downloads/elife-data' failed with exitcode 128 [err: 'Cloning into '/Users/harsha/Downloads/elife-data'...
[DATALAD-ANNEX] fatal: couldn't find remote refs (repository deposit does not exist, or is inaccessible']]

I'd appreciate any tips/suggestions.

adswa commented 6 days ago

This sounds just like #202 - do you have the next extension configured to be loaded? If not, please do

hvgazula commented 6 days ago

Thanks for responding, @adswa. Sorry, I did not mention that before. I did configure the extension and that did not cut it. I'll give this another go and keep you updated.

adswa commented 6 days ago

Can you post the output of datalad wtf and git config --list?