Getting a new SSH Key by GitBash
Open Git Bash. Paste the text below, substituting in your GitHub email address. ssh-keygen -t ed25519 -C [email protected] When you are asked to “Enter a file in which to save the key,” press Enter. This accepts the default file location. Enter a file in which to save the key (/c/Users/you/.ssh/id_ed25519):[Press enter] At the prompt, type …