1

我已经在 cloudControl 上创建了帐户,并且正在尝试进行第一次推送。所以我开始:

cctrluser key.add
cctrlapp koptusapp/default push

但我得到错误:

    Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Command '['C:\\Program Files (x86)\\Git\\bin\\git.exe', 'push', u'ssh://koptusapp
@cloudcontrolled.com/repository.git', 'master']' returned non-zero exit status
128
Traceback (most recent call last):
  File "cctrlapp", line 481, in <module>
  File "cctrlapp", line 93, in main
  File "cctrlapp", line 475, in parse_cmdline
  File "cctrl\common.pyo", line 99, in run
  File "cctrl\app.pyo", line 1080, in push
NameError: global name 'exit' is not defined

有人可以帮我吗?

编辑:我不知道它是否会改变任何东西,但是为了存储我使用 bitbucket (git) 的项目,所以 git 已经在这里

4

1 回答 1

0

您之前创建过应用程序吗?这可以通过以下方式完成:

cctrlapp APP_NAME create [java, php, python, ruby, nodejs]
于 2014-04-08T12:32:08.643 回答