Skip to content

Instantly share code, notes, and snippets.

@leo-aa88
Created February 7, 2023 06:14
Show Gist options
  • Select an option

  • Save leo-aa88/8a57010294156e0c3c12139ff18c0687 to your computer and use it in GitHub Desktop.

Select an option

Save leo-aa88/8a57010294156e0c3c12139ff18c0687 to your computer and use it in GitHub Desktop.
Configure git with SSH
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