liang860908 / apjp

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

配置herohu到 git push heroku master出错。连接10000端口后,命题提示符里全是乱码。请问是什么原因 #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
C:\APJP_REMOTE_HEROKU>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
C:\APJP_REMOTE_HEROKU>heroku open
Opening http://young-warrior-9737.herokuapp.com/

C:\APJP_LOCAL-0.8.9\APJP_LOCAL>java -classpath APJP.jar APJP.Main
*****************************************************************************
***                                                                       ***
***                    Welcome to the IAIK JCE Library                    ***
***                                                                       ***
*** This version of IAIK-JCE is licensed for evaluation, education,       ***
*** research, and use in open-source projects only.                       ***
*** Commercial use of this software is prohibited.                        ***
*** For details please see http://jce.iaik.tugraz.at/sales/.              ***
*** This message does not appear in the registered commercial version.    ***
***                                                                       ***
*****************************************************************************

APJP: PROXY_SERVER/START
APJP_LOCAL_PROXY_SERVER: HTTP_PROXY_SERVER/START
APJP_LOCAL_HTTP_PROXY_SERVER: HTTP_SERVER/START
APJP_LOCAL_HTTP_SERVER: HTTP_SERVER/START
APJP_LOCAL_HTTP_SERVER: HTTP_SERVER/START OK
APJP_LOCAL_HTTP_PROXY_SERVER: HTTP_SERVER/START OK
APJP_LOCAL_HTTP_PROXY_SERVER: HTTP_PROXY_SERVER/START
APJP_LOCAL_HTTP_PROXY_SERVER: HTTP_PROXY_SERVER/START OK
APJP_LOCAL_PROXY_SERVER: HTTP_PROXY_SERVER/START OK
APJP_LOCAL_PROXY_SERVER: HTTPS_PROXY_SERVER/START
APJP_LOCAL_HTTPS_PROXY_SERVER: HTTPS_PROXY_SERVER/START
APJP_LOCAL_HTTPS_PROXY_SERVER: HTTPS_PROXY_SERVER/START OK
APJP_LOCAL_PROXY_SERVER: HTTPS_PROXY_SERVER/START OK
APJP_LOCAL_PROXY_SERVER: PROXY_SERVER/START
APJP_LOCAL_PROXY_SERVER: PROXY_SERVER/START OK
APJP: PROXY_SERVER/START OK
APJP: HTTP_SERVER/TEST
APJP_LOCAL_HTTP_SERVER: HTTP_SERVER/TEST
APJP_LOCAL_HTTP_SERVER: HTTP_SERVER/TEST OK
APJP: HTTP_SERVER/TEST OK
APJP: HTTPS_SERVER/TEST
APJP_LOCAL_HTTPS_SERVER: HTTPS_SERVER/TEST
APJP_LOCAL_HTTPS_SERVER: HTTPS_SERVER/TEST OK
APJP: HTTPS_SERVER/TEST OK
APJP_LOCAL_HTTP_SERVER: REQUEST: GET http://baidu.com/ HTTP/1.1
APJP_LOCAL_HTTP_SERVER: REQUEST: Accept: image/gif, image/jpeg, image/pjpeg, ima
ge/pjpeg, application/x-shockwave-flash, */*
APJP_LOCAL_HTTP_SERVER: REQUEST: Accept-Language: zh-cn
APJP_LOCAL_HTTP_SERVER: REQUEST: User-Agent: Mozilla/4.0 (compatible; MSIE 8.0;
Windows NT 5.1; Trident/4.0)
APJP_LOCAL_HTTP_SERVER: REQUEST: Accept-Encoding: gzip, deflate
APJP_LOCAL_HTTP_SERVER: REQUEST: Proxy-Connection: Keep-Alive
APJP_LOCAL_HTTP_SERVER: REQUEST: Host: baidu.com
APJP_LOCAL_HTTP_SERVER: REQUEST: Cookie: BAIDUID=D45526272F06971604799D2E60A9EE0
4:FG=1
h嗰PZT愕鶎ニ蜾儲產GT?i憄锲聝鉜!耖觬缼?錧'W楍V 
纆T厎o!r驎?淀wW澱-?棵
彍蝱?媀~        
[еc吝7縒_??2C>]J?膉{忧?諱饷?W4aQ堕qS僟+[诰娒,$籈蛀妏
M瘷軳RhIR??8#?袶I啮琻V豊節W駲怲^昫M9??晘\敉S?)a``c芠
弓T??C;?

Original issue reported on code.google.com by wangke...@gmail.com on 19 Jan 2012 at 3:08

GoogleCodeExporter commented 9 years ago
APJP_REMOTE_HEROKU has not been installed correctly (error: Permission denied 
(publickey)).

Have you followed all installation instructions?
- heroku login
- git init
- git add .
- git commit -m "init"
- heroku create --stack cedar
- git push heroku master
- heroku open

see attachment

Original comment by jeroen.v...@gmail.com on 19 Jan 2012 at 7:28

Attachments:

GoogleCodeExporter commented 9 years ago
这是因为你的SSH公钥匙还未生成,可再次执行一遍以下代码��
�确认是否有id_rsa.pub这个文件生成:
C:\Users\user>heroku login                            #登录
Enter your Heroku credentials.                        #输入你的Heroku凭证
Email: adam@example.com                               #输入你的邮箱
Password:                                             #输入密码,不显示
Could not find an existing public key.                
#找不到以存在的公钥
Would you like to generate one? [Yn]                  
#你想要生成一个吗?[Yes/No],Yes继续
Generating new SSH public key.                        #生成新的SSH公钥
Uploading ssh public key /Users/adam/.ssh/id_rsa.pub  #上传SSH公钥

Original comment by songyiqu...@gmail.com on 19 Jan 2012 at 9:38

GoogleCodeExporter commented 9 years ago
我遇到过这种情况,是因为填写URL时,没有在后面加上HTTP和H
TTPS的缘故。

Original comment by congxz6...@gmail.com on 2 Mar 2012 at 1:25

GoogleCodeExporter commented 9 years ago
@congxz6688
楼主的问题和你说的,是不一样的,楼主的问题,楼下已经��
�正确的回答的。
你遇到的情况,确实较常见,但只要细心些,就可避免哈。
以免后者,看到你的回复,受到点误导,指正一下呵。

Original comment by goknmuse on 2 Mar 2012 at 1:37