Here is a simple guide to
- Generate ssh key:
- $ ssh-keygen
- just enter or say yes for every questions
- Enter your public key into your git account:
- cat ~/.ssh/id_rsa.pub
- Paste all the content of the file to the designated git account.
- The place where to put it may differ depending on what you are using (e.g. gitlab, github, etc...)
- Tip: Almost all of them will be around the settings page of the git account
- Done!
Comments
Post a Comment