我在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已经在这里了答案 0 :(得分:0)
你之前是否创建了该应用程序?这可以通过以下方式完成:
cctrlapp APP_NAME create [java, php, python, ruby, nodejs]