Thursday, May 02, 2024

github von der console

 ssh clonen:

1) ssh public key des client zu github hinzufügen:

in ~/.ssh ist der public key id_rsa.pub, kopieren: cat ~/.ssh/id_rsa.pub

in github rechts oben auf das user logo clicken,  unten settings

rechts 2.Abschnitt Access, SSH and GPG keys

new SSH key, dort einfügen

2) git clone ....

dann clonen, - repro in github auswählen, dann CODE menü, SSH kopieren und nach git clone einfügen z.b:

git clone git@github.com:mike...../raspi.git



No comments: