/QOpenSys/pkgs/bin/bash- Connect to system using SSH
- Run command:
export PATH=/QOpenSys/pkgs/bin:$PATH - Create a directory to hold your git repos
- Setup git to use ssh key
- Add the SSH key to the SSH agent:
eval $(ssh-agent -s)- Add RSA key to SHH with:
ssh-add ~/.ssh/id_rsa
- Add RSA key to SHH with:
- Clone the repo to your directory
- Run gmake
- https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent