Skip to content

Creating New SSH Key #139616

Closed Answered by davevad93
michihodges asked this question in General
Sep 24, 2024 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

Hi @michihodges ,

You have to add to the GitHub ssh-agent your public key inside the .pub file normally stored in C:\Users\user\.ssh for Windows users, it's a one-row string that normally starts with ssh-ed25519.

For more information on how to generate and add an ssh key to GitHub, take a look at the docs.

Alternatively you can do git operations with HTTPS by generating a Personal Access Token and use it as a password.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@michihodges
Comment options

Comment options

You must be logged in to vote
3 replies
@Marazali75

This comment was marked as off-topic.

@michihodges
Comment options

@davevad93
Comment options

Answer selected by michihodges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants