Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python Heroku入门-git推Heroku master无限期挂起?_Python_Git_Heroku_Heroku Toolbelt - Fatal编程技术网

Python Heroku入门-git推Heroku master无限期挂起?

Python Heroku入门-git推Heroku master无限期挂起?,python,git,heroku,heroku-toolbelt,Python,Git,Heroku,Heroku Toolbelt,我一直在学习Heroku上的“Python入门”教程,一切都按照预期进行。但是,当我尝试执行最后一个“git push heroku master”命令时,什么也没有发生。没有输出,只是挂起 当我执行“git remote-v”时,我的heroku remote就会出现,我的Procfile和requirements.txt都已就绪,并且从终端推送到Github时没有任何问题 有什么我遗漏的吗?任何帮助都将不胜感激 您是否创建了一个应用程序heroku create 您的终端/命令行上有git设

我一直在学习Heroku上的“Python入门”教程,一切都按照预期进行。但是,当我尝试执行最后一个“git push heroku master”命令时,什么也没有发生。没有输出,只是挂起

当我执行“git remote-v”时,我的heroku remote就会出现,我的Procfile和requirements.txt都已就绪,并且从终端推送到Github时没有任何问题


有什么我遗漏的吗?任何帮助都将不胜感激

您是否创建了一个应用程序
heroku create

您的终端/命令行上有git设置吗

也许试着重新安装Heroku


你没有提供太多的信息,所以这是我目前所能提供的全部帮助。

我在学习同一教程时遇到了这个问题。我的解决方案是更改网关/路由器上的防火墙设置。

谢谢您的回复。我已经使用heroku创建命令创建了一些应用程序,git正在运行(版本1.7.12.4),我尝试重新安装heroku,但没有成功。我也遇到了同样的问题。但我只使用了heroku create。但使用像heroku create myapp这样的appname解决了这个问题。我也遇到了完全相同的问题。你解决你的问题了吗?