SCIAMA

High Performance Compute Cluster

Menu
  • Home
  • Getting Started
    • How to get an account
    • How to Log in
    • Log in from Windows
    • Using X2Go
    • Create an SSH key pair
    • SSH Fingerprints
    • Using SSH keys
    • Training Exercises
    • Slurm MPI Batch Script
  • Using SCIAMA
    • Using Jupyter Notebooks
    • Using JupyterHub
    • Using Spyder
    • Storage Policy
    • Submitting jobs
    • Using GPUs
    • Using Matlab
    • Using Conda Environments
    • SLURM for PBS Users
    • File transfers
    • GitHub/BitBucket
    • Cloud Backup
    • Reserving Compute Nodes
    • Acknowledging SCIAMA
  • Resources
    • Hardware
    • Queues
    • Software
      • Using Software Modules
      • Changing Default Modules
      • Mixing MPI and OpenMP
      • Using CONDA
  • System Status
    • Core Usage
    • Disk Usage
    • Users Logged In
    • Jobs Status
    • Jobs by Group
    • Node Status
    • SCIAMA Grafana Dashboard
    • Maintenance and Outages
  • Contact Us

How to access GitHub/Bitbucket/Gitlab sites from SCIAMA

Github and Gitlab are accessible from all login nodes on SCIAMA using https or ssh. (note that ssh may take a while to connect)
View the github.com help pages for further information. GitHub.com

Get started by creating a new file or uploading an existing file.

…or create a new repository on the command line

echo "# SCIAMA" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/SCIAMA/sciama.git
git push -u origin main

…or push an existing repository from the command line
git remote add origin https://github.com/SCIAMA/sciama.git
git branch -M main
git push -u origin main

Clone with https

git clone git@gitlab.com:gitlab-tests/sample-project.git

Clone with ssh

git clone git@gitlab.com:gitlab-tests/sample-project.git
For more infomration please read the documentation at cloning a repository from github
and cloning from gitlab

Copyright © 2022 ICG, University of Portsmouth