Line 22: Line 22:


=== IV. Back in git ===
=== IV. Back in git ===
[[File:GIT JUPYTER 11.png|none|thumb|800x800px]]
[[File:GIT JUPYTER 11.png|none|thumb|800x800px|[[File:GIT JUPYTER 12.png|none|thumb|800x800px]]]]

Revision as of 13:34, 5 June 2025

Setting up the keys

I. in Jupyter-Lab terminal

Create Keys

  1. Open Terminal
  2. ssh-keygen -t ed25519 -C "USERNAME@uni-bremen.de"
  3. git config --global user.name "GIVENNAME SURENAME"
  4. git config --global user.email "USERNAME@uni-bremen.de"
  5. cat .ssh/id_ed25519.pub

II. Git (git.fb1.uni-bremen.de)

III. Under Jupyter-Lab Terminal with correct key name

IV. Back in git