Skip to content

Tatayoyoh/seatech-python-object-and-robotic-exo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seatech-python-object-and-robotic-exo

Exercices liés aux cours

Créer son compte Github

https://github.com/signup

Paramétrer son utilisateur Git

Créer un certificat SSH

ssh-keygen
# choisir la localisation par défaut /home/seatech/.ssh/id_rsa
# entrer votre mot de passe 2x

Afficher le certificat généré

cat /home/seatech/.ssh/id_rsa.pub
# copier le contenu affiché

Créer une nouvelle clé SSH sur Github ici : https://github.com/settings/keys

Coller le contenu du fichier id_rsa.pub, puis sauvegarder

Paramétrer son utilisateur Git

git config --global user.name '<MON PSEUDO GITHUB>'
git config --global user.email '<MON EMAIL>'

About

Exercices liés aux cours

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published