[9th] Deploy to Github & Heroku! Create a community service with Ruby on Rails https://youtu.be/26MmHYI4xCQ
4.3 Git server-Create SSH public key https://git-scm.com/book/ja/v2/Git%E3%82%B5%E3%83%BC%E3%83%90%E3%83%BC-SSH-%E5%85%AC%E9%96%8B%E9%8D%B5%E3%81%AE%E4%BD%9C%E6%88%90
Procedure for ssh connection on GitHub ~ From generation of public key / private key ~ https://qiita.com/shizuma/items/2b2f873a0034839e47ce
I referred to these articles and videos.
[How to check the public key]
cat ~/.ssh/Key name
[How to confirm the name of the key]
cd .ssh
Move with
ls
Recommended Posts