在push.drie.co上部署应用程序时出现Git错误

时间:2016-11-27 11:17:11

标签: git platform

我之前已经在drie-push上部署了应用程序并且它完美无缺地工作。我在git中添加了一个新的repo,我的ssh键看起来很好,但是我收到了这个错误。

    git push drie master
    Permission denied (publickey).
    fatal: Could not read from remote repository.

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

还有其他人看过这个问题吗?

谢谢!

2 个答案:

答案 0 :(得分:0)

我必须这样才能使它发挥作用。

git remote set-url drie storageroomz.app@push.drieapp.co:code.git

答案 1 :(得分:0)

仔细检查此处的文档:https://drie.github.io/push-docs/getting-started.html#deploying 常见问题是将您的应用程序命名为与现有应用程序相同或不使用端点的${app_name}.app@push.drieapp.co:code.git格式,这两种格式都会在推送时为您提供权限被拒绝错误。