tjc59
tjc59

Reputation: 45

Getting started with Heroku- git push heroku master hangs indefinitely?

I have been following the "Getting Started With Python on Heroku" tutorial located here and everything works as expected. However, when I try to execute the final 'git push heroku master' command, nothing happens. There is no output, it just hangs.

My heroku remote shows up when I do 'git remote -v', my Procfile and requirements.txt are in place, and I have no issues pushing to Github from my terminal.

Is there something I'm missing? Any help would be greatly appreciated!

Upvotes: 2

Views: 1733

Answers (2)

foolhorn
foolhorn

Reputation: 1

I just had this problem while going through the same tutorial. The solution for me was to change the firewall settings on my gateway/router.

Upvotes: 0

GangstaGraham
GangstaGraham

Reputation: 9365

Have you created an app heroku create <appname>?

Do you have git setup on your terminal/command line?

Maybe try re-installing Heroku.

You don't give too much info, so this is all I can help with for now.

Upvotes: 1

Related Questions