Skip to content

Connecting Cyverse to GitHub

Log in to Cyverse

  1. Go to the Cyverse user account website https://user.cyverse.org/

image

  1. Click Sign up (if you do not already have an account)

image

  1. Head over to the Cyverse Discovery Environment https://de.cyverse.org, and log in with your new account.

image

You should now see the Discovery Environment:

image

  1. We will give you permissions to access the Hackathon app. If you haven't already, let us know that you need access

Open up an analysis with the hackathon environment (Jupyter Lab)

  1. From the Cyverse Discovery Environment, click on Apps in the left menu

image

  1. Select JupyterLab Earthlab

image

  1. Configure and launch your analysis - the defaults are fine for now:

image

image

image

  1. Click Go to analysis:

image

  1. Now you should see Jupyter Lab! image

Set up your GitHub credentials

  1. From Jupyter Lab, click on the GitHub icon on the left menu:

image

  1. Click Clone a Repository:

image

  1. Paste the link to the innovation-summit-utils https://github.com/CU-ESIIL/innovation-summit-utils.git and click Clone:

image

  1. You should now see the innovation-summit-utils folder in your directory tree (provided you haven't changed directories from the default /home/jovyan/data-store

image

  1. Go into the innovation-summit-utils folder:

image

  1. open up the configure_github_ssh.ipynb notebook by double-clicking:

image

  1. Select the default earth-analytics-python kernel

image

  1. Now you should see the notebook open. Click the play button at the top. You will be prompted to enter your GitHub username and email:

image

image

image

  1. You should now see your Public Key. Copy the WHOLE LINE including ssh-ed25519 at the beginning and the jovyan@... at the end image

  2. Go to your GitHub settings page (you may need to log in to GitHub first):

    image

  3. Select SSH and GPG keys

    image

  4. Select New SSH key

    image

  5. Give your key a descriptive name, paste your ENTIRE public key in the Key input box, and click Add SSH Key. You may need to re-authenticate with your password or two-factor authentication.:

    image

  6. You should now see your new SSH key in your Authentication Keys list! Now you will be able to clone private repositories and push changes to GitHub from your Cyverse analysis!

    image

NOTE! Your GitHub authentication is ONLY for the analysis you're working with right now. You will be able to use it as long as you want there, but once you start a new analysis you will need to go through this process again. Feel free to delete keys from old analyses that have been shut down.


Last update: 2023-11-16