Reputation: 45
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
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
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