【问题标题】:Dokku refusing deployment on second appDokku 拒绝在第二个应用程序上部署
【发布时间】:2016-02-04 19:28:35
【问题描述】:

我在 Azure 上的 Ubuntu 虚拟机中使用 dokku apps:create appname 制作了两个 dokku 应用程序

$dokku apps
=====> My Apps
api
frontend

我可以成功部署到第一个,但不能部署到另一个:

git push dokku@myserver.com:api 成功了,但是

git push dokku@myserver.com:frontend 失败

fatal: 'frontend' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

这是什么原因造成的?

【问题讨论】:

    标签: git dokku


    【解决方案1】:

    这可以通过使用 sshcommand 添加用户来解决,而不是像 this 问题中指定的那样手动操作 authorized_keys 文件。

    【讨论】:

      猜你喜欢
      • 2021-06-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-07-15
      • 1970-01-01
      • 1970-01-01
      • 2015-01-04
      相关资源
      最近更新 更多