我是新手到的Heroku。我試圖通過以下步驟將一個Django應用程序部署到heroku。無法應用程序部署到Heroku的
- 安裝vartualenv
- 經由PIP
- 安裝Heroku的工具區
- 安裝的Django gunicron創建一個空的git
- GIT中添加。
- git的承諾-m 「第一承諾」
- SSH-凱基
- 的Heroku創建
- Heroku的鍵:添加
- 混帳推Heroku的主
而一個錯誤
(venv)[email protected]:~/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)[email protected]:~/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的遠程-v
的Heroku [email protected]:infinite-mesa-xxx.git(fetch)
heroku [email protected]:infinite-mesa-xxx.git(推送)
您是否可能在阻止端口22的防火牆之後? – culix
我不知道,如何檢查? 那麼我可以推槽的github ... – ddiipp