Created
May 18, 2020 11:26
-
-
Save workze/fba9ac4200cc3e7d6d8b13eda78b611e to your computer and use it in GitHub Desktop.
git ssh sshkey config
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
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