data icon indicating copy to clipboard operation
data copied to clipboard

readme technical issues

Open morrisalp opened this issue 3 years ago • 1 comments

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.

  1. Typo: "git lsf" should be "git lfs"

  2. For me "git lfs fetch ." didn't work ("no remote named .") but just "git lfs fetch" did work properly.

morrisalp avatar Jun 17 '22 08:06 morrisalp

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.

epageperron avatar Sep 18 '22 07:09 epageperron