Skip to content

Instantly share code, notes, and snippets.

@jhrcook
Created May 5, 2019 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhrcook/c709a0206856bdc8223349b18f95009d to your computer and use it in GitHub Desktop.
Save jhrcook/c709a0206856bdc8223349b18f95009d to your computer and use it in GitHub Desktop.
Commands to get permission to push to GitHub on O2.

Commands to get permission to push to GitHub on O2.

eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa_github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment