Line 33: Line 33:
== Add new file to the repo ==
== Add new file to the repo ==
[[File:GIT JUYPTER 17.png|none|thumb|500x500px]]
[[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]]]]]]
[[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