Add info about SSH key to github layer README

This commit is contained in:
Sid Kapur 2016-12-07 15:06:02 -06:00 committed by syl20bnr
parent 20535e2ebc
commit 5ebcbfe6f6
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ You will need to generate a [[https://github.com/settings/tokens][personal acces
have the =gist= and =repo= permissions. Once this token is created, it needs to
be added to your =~/.gitconfig=
You will also need to [[https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/][generate an SSH key]] and [[https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/][add it to your GitHub account]].
#+BEGIN_SRC sh
git config --global github.oauth-token <token>
#+END_SRC