ruby on rails 3 - Error pushing Heroku created App to Github -


i have created empty rails project using railsinstaller, able generate ssh pair , set project on git/github. went set on heroku, gem install , create commands went well. attempted git push , received error below, attempted ssh heroku putty i'm not sure right step. have been following exact instructions this book set project.

c:\rails_projects\first_app>heroku keys:add found existing public key: c:/users/jeff/.ssh/id_rsa.pub uploading ssh public key c:/users/jeff/.ssh/id_rsa.pub... done  c:\rails_projects\first_app>heroku create --stack cedar creating protected-spire-2324... done, stack cedar http://protected-spire-2324.herokuapp.com/ | git@heroku.com:protected-spire-2324 .git git remote heroku added  c:\rails_projects\first_app>git push heroku master server refused public-key signature despite accepting key! fatal error: disconnected: no supported authentication methods available (server sent: publickey) fatal: not read remote repository.  please make sure have correct access rights , repository exists. 

please let me know if need provide additional information , thank you.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -