You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed a few points that could be clarified in the readme:
1 . The recommendation to run "git clone https://github.com/cdli-gh/data" is very slow because it fetches all historical commits, adding the flag "--depth 1" only fetches the most recent commit which is very fast.
Typo: "git lsf" should be "git lfs"
For me "git lfs fetch ." didn't work ("no remote named .") but just "git lfs fetch" did work properly.
The text was updated successfully, but these errors were encountered:
Thanks a lot! I was waiting to edit on the server as we were overwriting the repo daily but we have to prepare the dumps from the new framework now and these exports are being discontinued.
I noticed a few points that could be clarified in the readme:
1 . The recommendation to run "git clone https://github.com/cdli-gh/data" is very slow because it fetches all historical commits, adding the flag "--depth 1" only fetches the most recent commit which is very fast.
Typo: "git lsf" should be "git lfs"
For me "git lfs fetch ." didn't work ("no remote named .") but just "git lfs fetch" did work properly.
The text was updated successfully, but these errors were encountered: