Skip to content

Instantly share code, notes, and snippets.

@workze
Created May 18, 2020 11:26
Show Gist options
  • Save workze/fba9ac4200cc3e7d6d8b13eda78b611e to your computer and use it in GitHub Desktop.
Save workze/fba9ac4200cc3e7d6d8b13eda78b611e to your computer and use it in GitHub Desktop.
git ssh sshkey config
ssh-keygen -t rsa -C "[email protected]"
git config --global user.name xxx
git config --global user.email [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment