将Python App部署到Heroku

时间:2016-08-12 20:47:53

标签: python heroku

我正在关注“使用Python进行Heroku入门”#39; LINK 当我执行命令时:git push heroku master,我得到了以下输出:

PS C:\Users\user1\heroku_workspace\python-getting-started> git push heroku master
github --credentials get: github: command not found
Username for 'https://git.heroku.com':
Password for 'https://git.heroku.com':
github --credentials erase: github: command not found
remote: !       WARNING:
remote: !       Do not authenticate with username and password using git.
remote: !       Run `heroku login` to update your credentials, then retry the git command.
remote: !       See documentation for details: https://devcenter.heroku.com/articles/http-git#authentication
fatal: Authentication failed for 'https://git.heroku.com/mysterious-river-71834.git/'

有人知道为什么会这样吗?上面使用了哪个Github帐户 - Heroku的默认帐户还是我的? 你能帮我解决这个问题吗? THX!

PS。附加问题:这是一个很好的平台和语言来创建机器学习应用程序吗?

0 个答案:

没有答案