terminal operation in git vscode, how to do after eval

Asked 2 years ago, Updated 2 years ago, 87 views

I'm very sorry to those who are kindly commenting on my series of messes, but I'll start over once, around 24:23 (https://www.youtube.com/watch?v=RGOj5yH7evk&t=1511s)
Now I don't understand it again.There are two things I would like to clarify.
①$eval "$(ssh-agent-s)" was not recognized as vscode, and stackoverflow said that it would be good to do it with Git Bash, and when I tried, the Agent pid was displayed properly.However, should I use Git Bash or vscode after that?

それAnd what should I do next?Should I change id_ed25519 to testkey?
If you created the Adding your SSH key to the ssh-agent Ad Add your SSH private key to the ssh-agent. key under a different name or add an existing key with a different name, replace the command id_ed25519 with the name of the private key file.

$ssh-add to /.ssh/id_ed25519"
https://docs.github.com/ja/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent

git vscode git-bash

2022-09-29 22:48

1 Answers

You don't need to refer to the unofficial commentary (on YouTube, etc.).
Although linked in the questionnaire, please follow the official description only.

If you generated a key, register it using the procedure described in the following section Add a new SSH key:


2022-09-29 22:48

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.