无法将Django项目上传到Heroku

时间:2014-03-29 04:38:32

标签: django git heroku

我正在使用Django创建一个应用程序,我想将它上传到Heroku,但是当我这样做时

git push heroku master

我收到此错误,但我不知道如何修复它。

 !  Your account myemail@gmail.com does not have access to fathomless-depths-4588.
 !  
 !  SSH Key Fingerprint: xx:xx:xx:xx:xx:xx:xx:xx:xx:02:xx:xx:79:xx:0f:xx

 fatal: Could not read from remote repository.

 Please make sure you have the correct access rights
 and the repository exists.

并且我没有使用那个邮件“myemail@gmail.com”它来自一个旧项目,我已经使用:heroku logout和heroku登录但它不起作用。

我不知道SSH是重要的,这就是我把它放在xx xD上的原因!

我会感激任何帮助。

1 个答案:

答案 0 :(得分:0)

您应该查看heroku-accounts - 允许您在同一台计算机上管理多个帐户。

https://github.com/ddollar/heroku-accounts

希望这有帮助。