User Tools

Site Tools


git:github

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
git:github [2021/11/26 00:11] – created msgit:github [2023/01/11 20:29] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== GitHub einrichten ======
 +<code>
 +git config --global user.name mschuller
 +git config --global user.email manfred.schuller@f-i-ts.de
 +</code>
 +
 +==== SSH Key ====
 +<code>
 +# create ssh key
 +cd ~/.ssh
 +ssh-keygen -t ed25519 -C "manfred.schuller@f-i-ts.de"
 +
 +# copy id_ed25519.pub to GitHub (New SSH key)
 +
 +ssh -T git@github.com
 +Hi mschuller! You've successfully authenticated, but GitHub does not provide shell access.
 +</code>
 +
 <code> <code>
 cd <directory> cd <directory>
git/github.1637881901.txt.gz · Last modified: 2023/01/11 20:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki