This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Create a repo. | |
| Make sure there is at least one file in it (even just the README.md) | |
| Generate a SSH key pair (private/public): | |
| ssh-keygen -t rsa -C "your_email@example.com" | |
| or even better: | |
| ssh-keygen -t rsa -b 4096 -C "your_email@example.com" |