Created
February 7, 2023 06:14
-
-
Save leo-aa88/8a57010294156e0c3c12139ff18c0687 to your computer and use it in GitHub Desktop.
Configure git with SSH
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
| git config --global user.email "[email protected]" | |
| git config --global user.name "John Doe" | |
| ssh-keygen -t ed25519 -C "[email protected]" | |
| cat $HOME/.ssh/id_ed25519.pub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment