UMIACS Servers: Difference between revisions

no edit summary
No edit summary
Line 94: Line 94:
</syntaxhighlight>
</syntaxhighlight>
}}
}}
==git==
The MBRC cluster has an older version of git available in the modules.<br>
If you need <code>git lfs</code>, you can download the tarball from their [https://mirrors.edge.kernel.org/pub/software/scm/git/ repo].<br>
Here is a [https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.25.1.tar.gz link to 2.25.1]. Install with <code>make</code> and <code>make install</code>.<br>
Then you can download [https://github.com/git-lfs/git-lfs/releases git-lfs compiled] and drop it in <code>~/bin/<code>.<br>
Make sure <code>/bin</code> is in your path and run <code>git lfs install</code><br>
;Notes
* You can use git lfs with the older version of git but git clone will be slow because it will download lfs files sequentially.
** If you do decide to do this, use <code>git lfs clone</code> instead of <code>git clone</code>.