我是heroku的新手。我试图通过以下步骤将 Django 应用程序部署到 heroku。
- 安装了 varualenv
- 通过 pip 安装 Django gunicron
- 安装 heroku 工具带
- 创建了一个空的 git
- 混帐添加。
- git commit -m "第一次提交"
- ssh-keygen
- heroku 创建
- heroku 键:添加
- git push heroku 大师
还有一个错误
(venv)han@HEEL:~/Desktop/projects/ossko$ heroku keys:add
Found existing public key: /home/han/.ssh/id_rsa.pub
Uploading SSH public key /home/han/.ssh/id_rsa.pub... done
(venv)han@HEEL:~/Desktop/projects/ossko$ git push heroku master
ssh: connect to host heroku.com port 22: Connection timed out
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我已经按照 heroku 帮助网站的每一个步骤进行操作。
请帮我解决这个错误
我有 Ubuntu 13.4 64 位操作系统
更新:这是结果git remote -v
:
$git remote -v
heroku git@heroku.com:infinite-mesa-xxx.git (fetch)
heroku git@heroku.com:infinite-mesa-xxx.git (push)