Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨

2 Replies

Replies have been turned off for this discussion
  • If anyone get this problem I solved by downloading via git hub from desktop (cloning). Using the url from the source page.

    it seems the problem is something related to  git-lfs

    I not that familiar with GitHub. I learning as I am doing.

  • pro_zac's avatar
    pro_zac
    Meta Employee

    Yes, the repo requires git lfs. Either install before cloning, or call "git lfs fetch" after installing lfs.

     

    The github desktop app installs lfs for you, so it makes sense that it fixed your issue.