- Create a github account:
- On the Linux machine that you will clone the github from, generate a SSH key (if not already done)
https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/
- Add a new SSH key to your GitHub account
https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/
- Setup for large filesystems on github
$ git lfs install
- Verify that you have git version 2.13.0 (or later) installed
$ git version
git version 2.13.0
- Verify that you have git-lfs version 2.1.1 (or later) installed
$ git-lfs version
git-lfs/2.1.1
$ git clone --recursive git@github.com:slaclab/surf-dcp-targets