- Open Shell (Use Git Bash on Windows)
- Run
ssh-keyscan -H github.com >> ~/.ssh/known_hosts
. - Create an SSH key with
ssh-keygen -t rsa
. - Add SSH pub key to GitHub.
- Add the following to
~/.ssh/config
:Host github.com User git
Last active
May 5, 2018 00:04
-
-
Save mmorton/4998e501d14b1d8745a7b9e2c1b91bc3 to your computer and use it in GitHub Desktop.
Yarn With Private GitHub Repositories
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment