Rstudio server doesn't use git lfs properly. Some third-party GUIs for git seem to support it, such as smartgit, or gitkracken. (I can't specifically endorse either though).
module load git/2.30.1 git-lfs/2.13.2
eval `ssh-agent`; ssh-add #optional, so you don't have retype your password constantly
Re-add the files (needed because lfs does something magical when git add is called). In your terminal:
git add --renormalize . 3. Check that git lfs is tracking properly.
git lfs status
For the lfs files it should appear in this list and have LFS: <hashcode>
next to the filename. If not, make sure it's being tracked with git lfs track <path/to/file.ext>
, and then rerun step 2.
4. git commit
5. git push
git lfs migrate import --no-rewrite <pathspec>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.