views:

25

answers:

1

I set up a rails project and initiated git..

then created heroku and added git remote..

But while using git push heroku master, a dialog box opens and asks to for a password to unlock the private key..

when i entered the heroku password, its not authenticating??

which password should i use to unlock the private key??

+1  A: 

The private key in question is the default SSH private key for your user account on your computer. This password might be the password to your local computer user account.

Justice
hi justice..The private key mentioned in the dialog box is my username(email address) for heroku..
sgi
and my user account password is also not working..
sgi
Are there any other passwords that you may have used when setting up your computer or when pushing to or pulling from other Git repositories?
Justice
got it man..thnx..
sgi