简体   繁体   中英

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!

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM