Git jupyterlab: Difference between revisions
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..." |
|||
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]] |
Revision as of 13:33, 5 June 2025
Setting up the keys
I. in Jupyter-Lab terminal

Create Keys
- Open Terminal
- ssh-keygen -t ed25519 -C "USERNAME@uni-bremen.de"
- git config --global user.name "GIVENNAME SURENAME"
- git config --global user.email "USERNAME@uni-bremen.de"
- 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
