git push heroku master Write failed: Connection re

2019-07-28 18:31发布

I am getting this error when running this command 'git push heroku master'

Write failed: Connection reset by peer fatal: Could not read from remote repository.

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

I followed the instructions given from heroku site. Here is the link https://devcenter.heroku.com/articles/getting-started-with-rails3

1条回答
够拽才男人
2楼-- · 2019-07-28 19:24

Sign into Heroku, click on your app, click on the Access tab, and make sure you're listed as a contributor or owner.

Then configure your SSH keys. https://devcenter.heroku.com/articles/keys

查看更多
登录 后发表回答