I tried deploying my first heroku code, but when I run git push heroku master
, i get an error as:
ssh: connect to host github.com port 22: Connection timed out
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
git remote -v
gives,
heroku git@heroku.com:dry-stream-5959.git (fetch)
heroku git@heroku.com:dry-stream-5959.git (push)
what is the problem?why wont the code be deployed?