Github.com - Create account and SSH Key configuration
Автор: acamos
Загружено: 2023-01-14
Просмотров: 402
Configure development environment to use gihub.com
============================================
1. Create github.com account with https://github.com/
2. Create ssh key
3. Configure ssh public key with github.com (https://docs.github.com/en/authentica...)
$ ssh-keygen -t ed25519 -C "your_email@example.com"
$ eval "$(ssh-agent -s)"
$ vi ~/.ssh/config
paste the following and save.
Host *.github.com
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_ed25519
$ ssh-add --apple-use-keychain ~/.ssh/id_ed25519
00:00 - Introduction
00:21 - Create account
06:20 - Create ssh key
09:40 - Add ssh key to Github.com
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: