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
**IMPORTANT NOTE: This repository uses git-lfs for large file storage. You can't use zip and tar files listed in the "Assets" section above (added by default by github). You must clone the repository using the instructions below**
16
+
17
+
1. Install git-lfs
18
+
19
+
2. Ensure git-lfs and git versions you use are compatible (equal or greater than below)
20
+
```
21
+
$ git lfs version
22
+
git-lfs/2.0.2 # or newer
23
+
24
+
$ git –version
25
+
git version 2.9.3 # or newer
26
+
```
27
+
3. Add [SSH key](https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/) to your GitHub account (if you haven't already)
0 commit comments