Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot push to heroku

I have Windows 7 Home Premium with installed:

gem 1.8.24
ruby 1.9.3p385
node 0.8.19
git 1.8.1.msysgit.
heroku/toolbelt/2.35.0 (i386-mingw32) ruby/1.9.3

I can succefully login to heroku with: heroku login. Even when I clear keys: heroku keys:clear and generate new one heroku keys:add I have result success!

When I login to heroku webpage-> my account I have correctly added key. I'm added to project as collaborator.

git remote add heroku-s [email protected]:secret-project.git

Problem is, when I try to push files to heroku with:

git push heroku-s master

I get error:

Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Any suggestions?

like image 725
mpowroznik Avatar asked Jan 21 '26 21:01

mpowroznik


1 Answers

Try to re-generate the public key (id_pub.rsa), then add it again to heroku.

ssh-keygen -t rsa -C "[email protected]"
heroku keys:clear
heroku keys:add
like image 85
novalagung Avatar answered Jan 26 '26 11:01

novalagung



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!