开发者

git push heroku master password not working in rails?

开发者 https://www.devze.com 2022-12-23 10:45 出处:网络
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 unlo

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??


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.


Follow this tutorial from GitHub to generate your SSH key: http://help.github.com/mac-set-up-git/

Your SSH key is hidden, it won't be printed out for you to manually copy and paste. If you're a Mac user, run this command to copy your private SSH key to your clipboard:

$ pbcopy < ~/.ssh/id_rsa.pub

You'll be able just paste your SSH key to where ever you want.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号