音が流れない場合、再生を一時停止してもう一度再生してみて下さい。
ツール 
画像
WAI-Learn to code
77回再生
Create GitHub account and generate ssh keys using git bash|part 2|add ssh keys to the GitHub account

GitHub is version control platform, used to store the code. Git is used to clone and push code to GitHub. To use git, we need to generate ssh keys and add them to GitHub, so that it will be easy to clone and push the code to GitHub.

Link to download git: git:   • How to download and install git for window...  

Commands to create ssh keys:
cd ~/.ssh
ssh-keygen -o
cat ~/.ssh/id_rsa.pub

Push code to GitHub account
   • How to push code to GitHub | part-3 |Clone...  

Contact us:
codingtutorial84@gmail.com


LIKE---------SHARE---------SUBSCRIBE

コメント