【发布时间】:2017-08-26 23:04:55
【问题描述】:
我是 Dokku 的新手,我将它与 DigitalOcean 液滴结合使用。
我正在关注这个tutorial。
我的问题是,当我将我的 git 存储库从 Github 推送到 dokku 时,我收到以下消息:
.git > git push -vvv dokku master
Pushing to dokku@dokku.me:my-rails-app
ssh: connect to host dokku.me port 22: Operation timed out
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我检查了我是否与 Github 连接,我似乎是:
my-rails-app > ssh -T git@github.com
Enter passphrase for key '/Users/xxxxx/.ssh/id_rsa':
Hi xxxxx! You've successfully authenticated, but GitHub does not provide shell access.
我知道存储库存在。知道为什么这个推送超时吗?我可能会失去哪些权利?
谢谢!
【问题讨论】:
标签: git github digital-ocean dokku