【发布时间】:2014-03-29 04:38:31
【问题描述】:
我正在用 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 注销和 heroku 登录,但它不起作用。
我不知道 SSH 是否重要,所以我把它放在 xx xD 上!
我将不胜感激。
【问题讨论】: