git:github
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
git:github [2021/11/26 00:11] – created ms | git:github [2023/01/11 20:29] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== GitHub einrichten ====== | ||
+ | < | ||
+ | git config --global user.name mschuller | ||
+ | git config --global user.email manfred.schuller@f-i-ts.de | ||
+ | </ | ||
+ | |||
+ | ==== SSH Key ==== | ||
+ | < | ||
+ | # create ssh key | ||
+ | cd ~/.ssh | ||
+ | ssh-keygen -t ed25519 -C " | ||
+ | |||
+ | # copy id_ed25519.pub to GitHub (New SSH key) | ||
+ | |||
+ | ssh -T git@github.com | ||
+ | Hi mschuller! You've successfully authenticated, | ||
+ | </ | ||
+ | |||
< | < | ||
cd < | cd < |
git/github.1637881901.txt.gz · Last modified: 2023/01/11 20:30 (external edit)