私はherokuの初心者です。次の手順でDjangoアプリケーションをherokuにデプロイしようとしていました。
- インストールされた vartualenv
- pip経由でDjango gunicronをインストール
- インストールされたherokuツールベルト
- 空のgitを作成しました
- git add .
- git commit -m "最初のコミット"
- ssh-keygen
- ヒロク作成
- 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ビットOSを持っています
更新:これが次の結果ですgit remote -v
:
$git remote -v
heroku git@heroku.com:infinite-mesa-xxx.git (フェッチ)
heroku git@heroku.com:infinite-mesa-xxx.git (プッシュ)