how to generate a public key(to be used in GitHub/GitLab) using command line [Git Bash].
The command below generates the error sh.exe\": syntax error near une
sh.exe\": syntax error near une
Here is the command
ssh-keygen -t rsa -b 4096 -C "[your github's email]" # Creates a new ssh key # Generating public/private rsa key pair.
This will generate a key for you.You have to copy that and insert into your Github's account (just one time).
Steps how to do It