【发布时间】: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.
这是什么原因造成的?
【问题讨论】: