在nodester上部署应用程序

时间:2012-11-25 12:44:58

标签: git node.js nodester

我要疯了:( 我想用windows7为nodeter设置一个应用程序。 我按照http://nodester.com/help

上的说明操作

首先我设置了git,安装了git,生成了一个ssh-key并将其设置为我的个人资料。 一切都按照描述中的方式编写。 ssh -T git@github.com工作正常。我已经使用git shell完成了所有这些步骤。

现在我想使用PowerShell将我的应用推送到nodester。

npm install nodester-cli -g - worked
nodester user setup <> <>   - worked
 nodester info verifying credentials
 nodester info user verified..
 nodester warn No key file found, encrypt is not going to be strong.
 nodester info writing user data to config
  and a file was .nodester was created in my directory

nodester user setkey        - does not work
 nodester ERROR sshkey was not found: .ssh\id_rsa.pub
 nodester not ok!

也许原因是,密钥在C:\ Users \ ME \ .ssh \ id_rsa.pub中? 我该如何改变路径?

现在我做了以下事情:

nodester app create <>
nodester app info <>
git init                 - worked
git add .                - worked
git commit -m "init"     - worked
git remote add nodester <key from nodester app info>
 everything went fine until now
git push nodester master - does not work
 Nodester!
 Connection closed by 50.16.203.53
 fatal: Could not read from remote repository.

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

有人可以帮我找到解决方案吗?

0 个答案:

没有答案