You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Step-by-step guide

Method 1:

Note: Following method gives the git-lfs space error

  1. How to do pslogin:
    • ssh to pslogin: "ssh username@pslogin.slac.stanford.edu"
    • After pslogin user can clone the git project repository in pslogin space (This space will be shared between pslogin and RedHawk machine)
  2. How to shh to RedHawk machine:
    • ssh to RedHawk from "pslogin": "ssh psstuart"
    • This step will connect the user with RedHawk machine
    • Once the user logs into RedHawk machine, the user can see the same project repository cloned during the first step.

Method 2:

  • Step 1: ssh to pslogin: "ssh username@pslogin.slac.stanford.edu" or "ssh pslogin -Y"
  • Step 2: ssh to RedHawk from "pslogin": "ssh psstuart"
    • This step will connect the user with RedHawk machine
  • Once the user logs into RedHawk machine, user can clone the git repo by typing following command.


  • No labels