Git jupyterlab: Difference between revisions
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
- 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

