I am trying to clone a heroku app with a folder in my pc.I used the git clone command to do the cloning. It is asking for passphrase for key, like below.What should, I enter for this?
Enter passphrase for key '/c/users/<my-name>/.ssh/id_rsa':
I am trying to clone a heroku app with a folder in my pc.I used the git clone command to do the cloning. It is asking for passphrase for key, like below.What should, I enter for this?
Enter passphrase for key '/c/users/<my-name>/.ssh/id_rsa':
On a Macintosh you look in your Keychain for "SSH" and you should see your id_rsa passphrase. It's a password you created long ago when you set up your coding environment. I don't know where PC's secure passwords. See https://help.github.com/articles/working-with-ssh-key-passphrases/
Enter the password of your github account.