Skip to content

Instantly share code, notes, and snippets.

@muhammad-asn
Created July 25, 2024 06:59
Show Gist options
  • Save muhammad-asn/d509fdad4f866d6b0795daed3873110f to your computer and use it in GitHub Desktop.
Save muhammad-asn/d509fdad4f866d6b0795daed3873110f to your computer and use it in GitHub Desktop.
Add ssh-key Github in MacOS/Linux
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment