roboyoshi / datacurator-filetree

a standard filetree for /r/datacurator [ and r/datahoarder ]
https://reddit.com/r/datacurator
MIT License
1.46k stars 137 forks source link

The repository is empty when cloned or downloaded #57

Open anthonyalvarez opened 4 years ago

anthonyalvarez commented 4 years ago

Hello,

The repository is empty when cloned or downloaded. Hoping this repo would create an empty directory tree on a brand new external Hard disk drive. Is if just me or what? Any clues appreciated.

Thank you.

roboyoshi commented 4 years ago

No idea why that happens - maybe. Are you downloading from the main/home page of the repo or from the releases tab?

Maybe we have some bad characters in the repo that your filesystem does not like and thus creating an empty folder.

zone-b commented 4 years ago

Still same issue as reported #50: invalid (windows) path when cloning:

Cloning into 'datacurator-filetree'... remote: Enumerating objects: 188, done. remote: Counting objects: 100% (188/188), done. remote: Compressing objects: 100% (138/138), done. remote: Total 758 (delta 55), reused 142 (delta 26), pack-reused 570 eceiving objects: 90% (683/758), 1.70 MiB | 1.67 MiB/s Receiving objects: 100% (758/758), 2.33 MiB | 1.54 MiB/s, done. Resolving deltas: 100% (268/268), done. error: invalid path 'root/audio/books/Rowling, J. K./J. K. Rowling - [Harry Potter 01] - Harry Potter and the Philosophers Stone.m4b' fatal: unable to checkout working tree warning: Clone succeeded, but checkout failed. You can inspect what was checked out with 'git status' and retry with 'git restore --source=HEAD :/'

Teraskull commented 4 years ago

PR #60 should fix this issue.