【发布时间】:2016-09-28 13:53:24
【问题描述】:
我在纯 Ubuntu 服务器 16.04 LTS 上安装了 dokku 我的服务器的域名是例如abc.def.com 我创建了一个新应用程序,例如博客
dokku apps:create blog
如何获取正确的 URL 来设置 git 远程
git remote add dokku <?>:blog
我根据原始文档尝试了该案例
- git 远程添加 dokku dokku@abc.def.com:blog
但是当我尝试推送时无法到达仓库
> git push dokku
fatal: 'blog' 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 configuration ubuntu-16.04 dokku