github-clone icon indicating copy to clipboard operation
github-clone copied to clipboard

Failed to fetch metadata for subdirectory

Open SasikaA073 opened this issue 9 months ago • 1 comments

D:\>ghclone https://github.com/alshedivat/al-folio/tree/master/assets/img
Cloning into 'img'...
Failed to fetch metadata for img

Ran into this error.

SasikaA073 avatar Apr 26 '24 17:04 SasikaA073

Tried ghclone for the first time today, same error

python3 -m ghclone https://github.com/owid/notebooks/tree/main/PabloArriagada/global_distribution_giving_what_we_can
Cloning into 'global_distribution_giving_what_we_can'...
Failed to fetch metadata for global_distribution_giving_what_we_can

whyboris avatar May 07 '24 19:05 whyboris

@SasikaA073 I just ran the command and it worked fine for me

$ ghclone https://github.com/alshedivat/al-folio/tree/master/assets/img
Cloning into 'img'...
done.

HR avatar May 23 '24 16:05 HR