Uploaded to Heroku many times before and don't know what's wrong this time-- maybe it's because I'm using public internet?
Anyway, so I added a new public key with
>heroku keys:add
Found existing public key: C:/Users/Chris/.ssh/id_rsa.pub
Uploading SSH public key C:/Users/Chris/.ssh/id_rsa.pub...done
>git push heroku master
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Why can't I push to heroku?
I checked my keys
heroku keys
and my terminal came up correctly, so it should be working. Anyone shed some light?