...
Code Block | ||
---|---|---|
| ||
# Log into server $ ssh rdusr219 # Source environment script $ source /u1/DUNE/setup_env.csh # Start the SOCKS2HTTP $ HttpTunnelStart Then hit enter key # perform all your github pull/push/clone operations $ git ....... # Stop the SOCKS2HTTP before logging out $ HttpTunnelStop |
...
...
NEWS (2017-08-29) HttpTunnel is not required anymore. Proxy server is set after sourcing setup.sh.
...
Code Block | ||
---|---|---|
| ||
# Log into server $ ssh np04-srv-010011 # Source environment script $ source /nfs/sw/rce/setup.sh # For development version $ source /nfs/sw/rce/setup.sh dev # perform all your github pull/push/clone operations $ git ....... |
...