Git jupyterlab

Revision as of 13:21, 5 June 2025 by Davrot@uni-bremen.de (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)