I already have ssh keys i already used for one pushing repository. can somebody explain how to reutilize my existing ssh key for pushing github. Detailed process for using existing ssh key.
I have ssh key, but i am unable to push my repositories to github remotely. whenever I am trying to push, it is asking for username and password for 2 times. In the 2nd time the password will be the ssh key which is added in the github right!. But it is not working. Even though before I run ssh-agent command and ssh-add command in the project folder. Please help.