Git - Создаем SSH ключ - 2
Channel:
Subscribers:
4,019
Published on ● Video Link: https://www.youtube.com/watch?v=ry-hpO4DPLI
Группа по изучению программирования - https://discord.gg/vmyEXf2HT5
====================================
ssh-keygen -t ed25519 -C "your_email@example.com" -f ~/.ssh/github_key
eval "$(ssh-agent -s)"
ssh-add C:\Users\YourUsername\.ssh\github_key
ssh-add ~/.ssh/github_key
cat ~/.ssh/github_key.pub
ssh -T git@github.com
==================================
Config file :
============================
Host github.com
HostName ssh.github.com
Port 443
User git
IdentityFile ~/.ssh/github_key
Host github.com
HostName github.com
User git
IdentityFile ~/.ssh/github_key
===========================
Мой второй канал про игры- / @rdgames-j7s
All playlists:
/ @rdragon587
Other Videos By RDragon
2024-12-21 | Git - Pull Request - 14 |
2024-12-20 | Git - Revert commit - 13 |
2024-12-19 | Git - Смена origin, https to ssh - 12 |
2024-12-15 | Git - Resolve Conflicts - 11 |
2024-12-15 | Git - Cherry-pick - 10 |
2024-12-15 | Git - Merge vs Rebase - 9 |
2024-12-15 | Git - gitignore, gitkeep - 8 |
2024-12-15 | Git - Merge - 7 |
2024-12-15 | Git - Squash - 6 |
2024-12-15 | Git - Drop - 4 |
2024-12-14 | Git - Создаем SSH ключ - 2 |
2024-12-13 | Unity - Основные компоненты - 4 |
2024-12-13 | C# - Структура программы - 3 |
2024-12-07 | Unity - Пример игры - 3 |
2024-12-07 | Git - Основы - 1 |
2024-12-07 | Like A GTA - Save System - 6 |
2024-12-07 | C# - Знакомство с IDE - 2 |
2024-12-03 | Unity - Знакомство с движком - 2 |
2024-12-02 | Git - Use multiple origins - 5 |
2024-12-02 | Unity - Игровые движки: Unity vs Unreal - 1 |
2024-12-01 | Unity - Как собрать билд на Android - 54 |