SAGARFIVE

Step 1 – Generating Token :

Now we don’t have , so open Git bash and Generate Token,

To generate token Run command the below command

πŸ“‹ Commandssh-keygen.exe
πŸ“‹ Enter file in which to save the key<directory-up to .ssh/>/<your-key-name>
Enter passphrase (empty for no passphrase) : Press Enter
Enter same passphrase again: Press Enter
Key saved ! shows us the location, when the key stored

Step 2 – cat the SSH public key: Read the public key using above information

Your Public key has been saved in : /c/Users/sagar/.ssh/P1-ExploreWorld_CodeCommit-SSH-key.pub

πŸ“‹ Command cat /c/Users/sagar/.ssh/P1-ExploreWorld_CodeCommit-SSH-key.pub

Your Private key has been saved in : /c/Users/sagar/.ssh/P1-ExploreWorld_CodeCommit-SSH-key