Created page with "=== I. in Jupyter-Lab terminal === none|thumb|800x800px Create Keys # Open Terminal # ssh-keygen -t ed25519 -C "USERNAME@uni-bremen.de" none|thumb|500x500pxnone|thumb|500x500px # git config --global user.name "GIVENNAME SURENAME" # git config --global user.email "USERNAME@uni-bremen.de" # cat .ssh/id_ed25519.pubnone|thumb|500x500pxII. Git ([https://git.fb1.uni-bre..."
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Setting up the keys ==
=== I. in Jupyter-Lab terminal ===
=== I. in Jupyter-Lab terminal ===
[[File:GIT Jupyter 1.png|none|thumb|800x800px]]
[[File:GIT Jupyter 1.png|none|thumb|800x800px]]
Line 7: Line 9:
# git config --global user.name "GIVENNAME SURENAME"
# git config --global user.name "GIVENNAME SURENAME"
# git config --global user.email "USERNAME@uni-bremen.de"
# git config --global user.email "USERNAME@uni-bremen.de"
# cat .ssh/id_ed25519.pub[[File:GIT Jupyter 4.png|none|thumb|500x500px]]II. Git ([https://git.fb1.uni-bremen.de git.fb1.uni-bremen.de])
# cat .ssh/id_ed25519.pub[[File:GIT Jupyter 4.png|none|thumb|500x500px]]
 
=== II. Git ([https://git.fb1.uni-bremen.de git.fb1.uni-bremen.de]) ===
[[File:GIT JUPYTER 5.png|none|thumb|800x800px]]
[[File:GIT JUPYTER 6.png|none|thumb|800x800px]]
[[File:GIT JUPYTER 7.png|none|thumb|800x800px]]
[[File:GIT JUPYTER 8.png|none|thumb|800x800px]]
[[File:GIT JUPYTER 9.png|none|thumb|800x800px]]
 
=== III. Under Jupyter-Lab Terminal with correct key name ===
[[File:GIT JUPYTER 10.png|none|thumb|800x800px]]
 
=== 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]]]]
 
== Prepare repo under git ==
[[File:GIT JUPYTER 13.png|none|thumb|800x800px]]
[[File:GIT JUPYTER 14.png|none|thumb|800x800px|[[File:GIT JUPYTER 15.png|none|thumb|800x800px]]]]
 
== Get the repo under Jupyter-Lab ==
[[File:GIT JUYPTER 16.png|none|thumb|800x800px]]
 
== Add new file to the repo ==
[[File:GIT JUYPTER 17.png|none|thumb|500x500px]]
[[File:GIT JUYPTER 18.png|none|thumb|800x800px]]
[[File:GIT JUYPTER 19.png|none|thumb|500x500px]]
[[File:GIT JUYPTER 20.png|none|thumb|800x800px]]
[[File:GIT JUPYTER 21.png|none|thumb]]
[[File:GIT JUPYTER 22.png|none|thumb]]
[[File:GIT JUPYTER 23.png|none|thumb|800x800px]]

Latest revision as of 14:48, 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

Prepare repo under git

Get the repo under Jupyter-Lab

Add new file to the repo