panssion / snova

Automatically exported from code.google.com/p/snova
0 stars 0 forks source link

Heroku 出现create mode 100644 repo/snova/****** #46

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
这个需要代理是吗

Original issue reported on code.google.com by Wall...@gmail.com on 9 Feb 2012 at 6:20

GoogleCodeExporter commented 9 years ago
这个信息太少,只是deploy时候表示创建文件的权限而已

Original comment by yinqiwen@gmail.com on 9 Feb 2012 at 7:02

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。

C:\Users\********>heroku login
Enter your Heroku credentials.
Email: wallpoy@gmail.com
Password:
Authentication successful.

C:\Users\******>d:

D:\>cd sn

D:\sn>git init
Reinitialized existing Git repository in D:/sn/.git/

D:\sn>git add .

D:\sn>git commit -m "init"
# On branch master
nothing to commit (working directory clean)

D:\sn>heroku create --stack cedar
Creating simple-window-2357... done, stack is cedar
http://simple-window-2357.herokuapp.com/ | git@heroku.com:simple-window-2357.git

Git remote heroku added

D:\sn>git push heroku master
The authenticity of host 'heroku.com (50.19.85.132)' can't be established.
RSA key fingerprint is 8b:48:5e:67:0e:c9:16:47:32:f2:87:0c:1f:c8:60:ad.
Are you sure you want to continue connecting (yes/no)? no
Host key verification failed.
fatal: The remote end hung up unexpectedly

D:\sn> 有点复杂 ⊙﹏⊙b汗

Original comment by Wall...@gmail.com on 9 Feb 2012 at 11:27

GoogleCodeExporter commented 9 years ago
sn目录的结构以及下面的内容是什么?

Original comment by yinqiwen@gmail.com on 9 Feb 2012 at 12:27

GoogleCodeExporter commented 9 years ago
这些

Original comment by Wall...@gmail.com on 9 Feb 2012 at 12:31

Attachments:

GoogleCodeExporter commented 9 years ago
Are you sure you want to continue connecting (yes/no)? yes
这一步选yes看看

Original comment by yinqiwen@gmail.com on 9 Feb 2012 at 1:02

GoogleCodeExporter commented 9 years ago
Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。

C:\Users\******>d:

D:\>cd sn

D:\sn>heroku login
Enter your Heroku credentials.
Email: wallpoy@gmail.com
Password:
Authentication successful.

D:\sn>git init
Initialized empty Git repository in D:/sn/.git/

D:\sn>git add .
warning: LF will be replaced by CRLF in Procfile.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in README.md.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in pom.xml.
The file will have its original line endings in your working directory.

D:\sn>git commit -m "init"
[master (root-commit) 4e8b99b] init
 Committer: unknown <*******@.(none)>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly:

    git config --global user.name "Your Name"
    git config --global user.email you@example.com

After doing this, you may fix the identity used for this commit with:

    git commit --amend --reset-author

warning: LF will be replaced by CRLF in Procfile.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in README.md.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in pom.xml.
The file will have its original line endings in your working directory.
 25 files changed, 2917 insertions(+), 0 deletions(-)
 create mode 100644 Procfile
 create mode 100644 README.md
 create mode 100644 pom.xml
 create mode 100644 repo/snova/arch/1.0/arch-1.0.jar
 create mode 100644 repo/snova/framework/1.0/framework-1.0.jar
 create mode 100644 src/main/java/org/snova/c4/common/C4Constants.java
 create mode 100644 src/main/java/org/snova/c4/common/C4PluginVersion.java
 create mode 100644 src/main/java/org/snova/c4/common/event/C4Events.java
 create mode 100644 src/main/java/org/snova/c4/common/event/C4RawSocketEvent.jav
a
 create mode 100644 src/main/java/org/snova/c4/common/event/EventRestNotify.java

 create mode 100644 src/main/java/org/snova/c4/common/event/EventRestRequest.jav
a
 create mode 100644 src/main/java/org/snova/c4/common/event/SequentialChunkEvent
.java
 create mode 100644 src/main/java/org/snova/c4/common/event/TransactionCompleteE
vent.java
 create mode 100644 src/main/java/org/snova/c4/launch/LauncherServer.java
 create mode 100644 src/main/java/org/snova/c4/server/service/EventService.java
 create mode 100644 src/main/java/org/snova/c4/server/service/TimeoutService.jav
a
 create mode 100644 src/main/java/org/snova/c4/server/servlet/HTTPEventDispatche
rServlet.java
 create mode 100644 src/main/java/org/snova/c4/server/servlet/IndexServlet.java
 create mode 100644 src/main/java/org/snova/c4/server/servlet/ServletHelper.java

 create mode 100644 src/main/java/org/snova/c4/server/servlet/v2/ChunkedBufferRe
ader.java
 create mode 100644 src/main/java/org/snova/c4/server/servlet/v2/HTTPPullInvokeS
ervlet.java
 create mode 100644 src/main/java/org/snova/c4/server/servlet/v2/HTTPPushInvokeS
ervlet.java
 create mode 100644 src/main/java/org/snova/c4/server/session/DirectSession.java

 create mode 100644 src/main/java/org/snova/c4/server/session/Session.java
 create mode 100644 src/main/java/org/snova/c4/server/session/SessionManager.jav
a

D:\sn>heroku create --stack cedar
Creating morning-river-9498... done, stack is cedar
http://morning-river-9498.herokuapp.com/ | git@heroku.com:morning-river-9498.git

Git remote heroku added

D:\sn>git push heroku master
The authenticity of host 'heroku.com (50.19.85.154)' can't be established.
RSA key fingerprint is 8b:48:5e:67:0e:c9:16:47:32:f2:87:0c:1f:c8:60:ad.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'heroku.com,50.19.85.154' (RSA) to the list of known
hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

D:\sn>  这个样子

Original comment by Wall...@gmail.com on 9 Feb 2012 at 3:22

GoogleCodeExporter commented 9 years ago
这个错误就不清楚了,先把sn目录下的.git目录删除再从头执��
�一遍命令吧

Original comment by yinqiwen@gmail.com on 10 Feb 2012 at 1:29

GoogleCodeExporter commented 9 years ago
我也是这个问题.
>git push heroku master
The authenticity of host 'heroku.com (50.19.85.154)' can't be established.
RSA key fingerprint is 8b:48:5e:67:0e:c9:16:47:32:f2:87:0c:1f:c8:60:ad.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'heroku.com,50.19.85.154' (RSA) to the list of known
hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
---------------------------
可能跟多个appid有关. 看起来好像不能创建多个C4的 appid. 
我只有在win*下, 创建一个, linux下创建一个了 

Original comment by job.gor...@gmail.com on 10 Feb 2012 at 4:06

GoogleCodeExporter commented 9 years ago
到heroku的web上管理创建过的app,可以删除曾经创建过的

Original comment by yinqiwen@gmail.com on 10 Feb 2012 at 4:40

GoogleCodeExporter commented 9 years ago
密匙的问题  用了个heroku keys:add 这个命令解决了

Original comment by Wall...@gmail.com on 21 Feb 2012 at 10:36