problem on git clone Permission denied (publickey).

2012-08-30 Thread Ai Romantiku
when i want to clone my appp on pc give me this error. :(

Romantiku@ROMANTIKU-PC ~
$ git clone g...@heroku.com:zbuloo.git
Cloning into 'zbuloo'...
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

-- 
You received this message because you are subscribed to the Google
Groups Heroku group.

To unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en


Re: Permission Denied (publickey) Error

2012-08-29 Thread Fan Yang
What did you change on your firewall?

On Thursday, September 29, 2011 5:54:32 AM UTC-4, Krishna wrote:

 Hi All, 

  Now it's working fine 4 me. Problem is Only Firewall. After opening 
 Firewall for Heroku server it's working fine. 

 Thanks allot 4 all 

 Thanks  Regards, 
 Hari Krishna. 

 On Sep 24, 3:08 pm, anandvc anand.chhat...@gmail.com wrote: 
  You should follow the instructions given here:
 http://devcenter.heroku.com/articles/keys 
  
  to generate and then add your keys to heroku. 
  
  - Anand 
  
  On Sep 15, 4:57 pm, Krishna harikrishnacogniz...@gmail.com wrote: 
  
  
  
   Hi All, 
  
I am new to Heroku platform, Now I am working withJava-Spring 
   application, Today I am testing with sample given in herokujava 
   workbook but i am facing Permission Denied (publickey) Error. Could 
   you please anyone give quick response 4 this error. 
  
   Command I used: 
  
   git push heroku master 
Permission denied (publickey). 
   fatal: The remote end hung up unexpectedly 
  
   info: 
   destination address: heroku.com 
   Port 22 is opened for Firewall. 
  
   Thanks  Regards, 
   Krishna.

-- 
You received this message because you are subscribed to the Google
Groups Heroku group.

To unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en


Re: Permission Denied (publickey) Error

2011-09-29 Thread Krishna
Hi All,

 Now it's working fine 4 me. Problem is Only Firewall. After opening
Firewall for Heroku server it's working fine.

Thanks allot 4 all

Thanks  Regards,
Hari Krishna.

On Sep 24, 3:08 pm, anandvc anand.chhat...@gmail.com wrote:
 You should follow the instructions given 
 here:http://devcenter.heroku.com/articles/keys

 to generate and then add your keys to heroku.

 - Anand

 On Sep 15, 4:57 pm, Krishna harikrishnacogniz...@gmail.com wrote:



  Hi All,

   I am new to Heroku platform, Now I am working withJava-Spring
  application, Today I am testing with sample given in herokujava
  workbook but i am facing Permission Denied (publickey) Error. Could
  you please anyone give quick response 4 this error.

  Command I used:

  git push heroku master
   Permission denied (publickey).
  fatal: The remote end hung up unexpectedly

  info:
  destination address: heroku.com
  Port 22 is opened for Firewall.

  Thanks  Regards,
  Krishna.

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: Permission Denied (publickey) Error

2011-09-24 Thread anandvc
You should follow the instructions given here:
http://devcenter.heroku.com/articles/keys

to generate and then add your keys to heroku.

- Anand


On Sep 15, 4:57 pm, Krishna harikrishnacogniz...@gmail.com wrote:
 Hi All,

  I am new to Heroku platform, Now I am working with Java -Spring
 application, Today I am testing with sample given in heroku java
 workbook but i am facing Permission Denied (publickey) Error. Could
 you please anyone give quick response 4 this error.

 Command I used:

 git push heroku master
  Permission denied (publickey).
 fatal: The remote end hung up unexpectedly

 info:
 destination address: heroku.com
 Port 22 is opened for Firewall.

 Thanks  Regards,
 Krishna.

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Permission Denied (publickey) Error

2011-09-15 Thread Krishna
Hi All,

 I am new to Heroku platform, Now I am working with Java -Spring
application, Today I am testing with sample given in heroku java
workbook but i am facing Permission Denied (publickey) Error. Could
you please anyone give quick response 4 this error.

Command I used:

git push heroku master
 Permission denied (publickey).
fatal: The remote end hung up unexpectedly


info:
destination address: heroku.com
Port 22 is opened for Firewall.


Thanks  Regards,
Krishna.

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: Permission Denied (publickey) Error

2011-09-15 Thread John McCaffrey
This just means that your ssh info is not set up correctly.

try:
heroku keys --help
and
heroku keys

to see if your ssh keys are setup properly. You may just have to go back
through the instructions on getting you ssh keys created and available to
heroku. (if the heroku docs don't help, try stackoverflow.com)

On Thu, Sep 15, 2011 at 6:57 AM, Krishna harikrishnacogniz...@gmail.comwrote:

 Hi All,

  I am new to Heroku platform, Now I am working with Java -Spring
 application, Today I am testing with sample given in heroku java
 workbook but i am facing Permission Denied (publickey) Error. Could
 you please anyone give quick response 4 this error.

 Command I used:

 git push heroku master
  Permission denied (publickey).
 fatal: The remote end hung up unexpectedly


 info:
 destination address: heroku.com
 Port 22 is opened for Firewall.


 Thanks  Regards,
 Krishna.

 --
 You received this message because you are subscribed to the Google Groups
 Heroku group.
 To post to this group, send email to heroku@googlegroups.com.
 To unsubscribe from this group, send email to
 heroku+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/heroku?hl=en.




-- 
Thanks,
-John

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: Permission Denied (publickey) Error

2011-09-15 Thread ken
git command uses the ~/.ssh/id_dsa.pub by default.   That could be the
problem if you selected another as your heroku key.

~K


On Sep 15, 9:15 am, John McCaffrey john.mccaff...@gmail.com wrote:
 This just means that your ssh info is not set up correctly.

 try:
 heroku keys --help
 and
 heroku keys

 to see if your ssh keys are setup properly. You may just have to go back
 through the instructions on getting you ssh keys created and available to
 heroku. (if the heroku docs don't help, try stackoverflow.com)

 On Thu, Sep 15, 2011 at 6:57 AM, Krishna 
 harikrishnacogniz...@gmail.comwrote:









  Hi All,

   I am new to Heroku platform, Now I am working with Java -Spring
  application, Today I am testing with sample given in heroku java
  workbook but i am facing Permission Denied (publickey) Error. Could
  you please anyone give quick response 4 this error.

  Command I used:

  git push heroku master
   Permission denied (publickey).
  fatal: The remote end hung up unexpectedly

  info:
  destination address: heroku.com
  Port 22 is opened for Firewall.

  Thanks  Regards,
  Krishna.

  --
  You received this message because you are subscribed to the Google Groups
  Heroku group.
  To post to this group, send email to heroku@googlegroups.com.
  To unsubscribe from this group, send email to
  heroku+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/heroku?hl=en.

 --
 Thanks,
 -John

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



git clone Permission denied (publickey). fatal: The remote end hung up unexpectedly

2011-05-09 Thread Richard Lung
Hi guys,

I am trying to use different computer other than my work computer
so I was trying to download the files by using this command:
git clone -o heroku g...@heroku.com:(myappname).git
but it keeps giving me an error
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

is there any suggestion?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: git clone Permission denied (publickey). fatal: The remote end hung up unexpectedly

2011-05-09 Thread Jeff Whitmire
For me this usually means github is not set up as a known host.  If you run
ssh g...@github.com and type yes to accept the host it will work after
that.

If that doesn't help, chances are this page will:
http://help.github.com/troubleshooting-ssh/

Jeff.


On Mon, May 9, 2011 at 8:52 AM, Richard Lung weilung.n...@gmail.com wrote:

 Hi guys,

 I am trying to use different computer other than my work computer
 so I was trying to download the files by using this command:
 git clone -o heroku g...@heroku.com:(myappname).git
 but it keeps giving me an error
 Permission denied (publickey).
 fatal: The remote end hung up unexpectedly

 is there any suggestion?

 Thanks

 --
 You received this message because you are subscribed to the Google Groups
 Heroku group.
 To post to this group, send email to heroku@googlegroups.com.
 To unsubscribe from this group, send email to
 heroku+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/heroku?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: git clone Permission denied (publickey). fatal: The remote end hung up unexpectedly

2011-05-09 Thread Daniel Spangenberg
He wrote nothing of GitHub.

Run heroku keys:add on your other computer, than this should work.
But clonen from heroku isn't the best workflow.
Try GitHub oder something else.

-- 
Daniel Spangenberg
On Montag, 9. Mai 2011 at 15:42, Jeff Whitmire wrote: 
 For me this usually means github is not set up as a known host. If you run 
 ssh g...@github.com and type yes to accept the host it will work after 
 that.
 
 If that doesn't help, chances are this page will: 
 http://help.github.com/troubleshooting-ssh/
 
 Jeff.
 
 
 On Mon, May 9, 2011 at 8:52 AM, Richard Lung weilung.n...@gmail.com wrote:
   Hi guys,
  
   I am trying to use different computer other than my work computer
   so I was trying to download the files by using this command:
   git clone -o heroku g...@heroku.com:(myappname).git
   but it keeps giving me an error
   Permission denied (publickey).
   fatal: The remote end hung up unexpectedly
  
   is there any suggestion?
  
   Thanks
  
   --
   You received this message because you are subscribed to the Google Groups 
  Heroku group.
   To post to this group, send email to heroku@googlegroups.com.
   To unsubscribe from this group, send email to 
  heroku+unsubscr...@googlegroups.com.
   For more options, visit this group at 
  http://groups.google.com/group/heroku?hl=en.
  
  
  -- 
  You received this message because you are subscribed to the Google Groups 
 Heroku group.
  To post to this group, send email to heroku@googlegroups.com.
  To unsubscribe from this group, send email to 
 heroku+unsubscr...@googlegroups.com.
  For more options, visit this group at 
 http://groups.google.com/group/heroku?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: git clone Permission denied (publickey). fatal: The remote end hung up unexpectedly

2011-05-09 Thread Richard Lung
yeah..it works..thanks!
sorry for the noob question.
so what is the different between the github and heroku?
are they just different host? I'm confuse

Richard

On Mon, May 9, 2011 at 6:45 AM, Daniel Spangenberg 
daniel.spangenb...@gmail.com wrote:

  He wrote nothing of GitHub.

 Run heroku keys:add on your other computer, than this should work.
 But clonen from heroku isn't the best workflow.
 Try GitHub oder something else.

 --
 Daniel Spangenberg

 On Montag, 9. Mai 2011 at 15:42, Jeff Whitmire wrote:

 For me this usually means github is not set up as a known host.  If you run
 ssh g...@github.com and type yes to accept the host it will work after
 that.

 If that doesn't help, chances are this page will:
 http://help.github.com/troubleshooting-ssh/

 Jeff.


 On Mon, May 9, 2011 at 8:52 AM, Richard Lung weilung.n...@gmail.comwrote:

 Hi guys,

 I am trying to use different computer other than my work computer
 so I was trying to download the files by using this command:
 git clone -o heroku g...@heroku.com:(myappname).git
 but it keeps giving me an error
 Permission denied (publickey).
 fatal: The remote end hung up unexpectedly

 is there any suggestion?

 Thanks

 --
 You received this message because you are subscribed to the Google Groups
 Heroku group.
 To post to this group, send email to heroku@googlegroups.com.
 To unsubscribe from this group, send email to
 heroku+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/heroku?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Heroku group.
 To post to this group, send email to heroku@googlegroups.com.
 To unsubscribe from this group, send email to
 heroku+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/heroku?hl=en.


   --
 You received this message because you are subscribed to the Google Groups
 Heroku group.
 To post to this group, send email to heroku@googlegroups.com.
 To unsubscribe from this group, send email to
 heroku+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/heroku?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Permission Denied (publickey)

2010-06-25 Thread abdulsat...@codingtales.com
I just did


heroku create

I did that for the first time, so it'd upload the public key
automatically; it uploaded successfully.

Now, when I do

git push heroku master

it says:
Permission denied (publickey)
fatal: The remote end hung up unexpectedly

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Permission Denied (publickey)

2010-06-25 Thread abdulsat...@codingtales.com
I just did


heroku create

I did that for the first time, so it'd upload the public key
automatically; it uploaded successfully.

Now, when I do

git push heroku master

it says:
Permission denied (publickey)
fatal: The remote end hung up unexpectedly

I don't know what's wrong. But I can change my public key with Heroku.
How can change that?

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: Permission denied (publickey). on git clone -o garden g...@herokugarden.com:my_app_name.git

2009-08-01 Thread Jonathan Tran

I got this same error trying to migrate from the garden to heroku.com
following instructions here: http://herokugarden.com/transition/move

Using the heroku 1.0 gem in my project dir that was cloned from
herokugarden...

$ heroku create
Created http://radiant-frost-42.heroku.com/ | g...@heroku.com:radiant-
frost-42.git
Git remote heroku added
$ git push heroku master
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
$

I haven't seen a place to upload a public key on heroku.com either.

Thanks for any help!

On Jul 11, 11:03 am, Al Chou hotfusion...@gmail.com wrote:
 Please forgive the newbie question, but searching the list's archive
 for

 publickey git clone garden herokugarden

 yields nothing.  I'm just trying to grab a copy of my code from
 HerokuGarden for the first time so I can play with it locally:

 $ git clone -o garden g...@herokugarden.com:tweetannotater.git
 Initialized empty Git repository in /Users/al/git_workspace/
 tweetannotater/.git/Permissiondenied (publickey).
 fatal: The remote end hung up unexpectedly
 $

 I haven't seen a place I can upload an SSH public key into
 HerokuGarden

 Al

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Permission denied (publickey). on git clone -o garden g...@herokugarden.com:my_app_name.git

2009-07-13 Thread Al Chou

Please forgive the newbie question, but searching the list's archive
for

publickey git clone garden herokugarden

yields nothing.  I'm just trying to grab a copy of my code from
HerokuGarden for the first time so I can play with it locally:

$ git clone -o garden g...@herokugarden.com:tweetannotater.git
Initialized empty Git repository in /Users/al/git_workspace/
tweetannotater/.git/
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
$

I haven't seen a place I can upload an SSH public key into
HerokuGarden


Al

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Heroku gem - Permission denied (publickey) upon heroku clone

2008-07-08 Thread MichaelHarmer

Hi All,
I'm having a hell of a time trying to clone my app from heroku.  I've
created (and re-created) my rsa file using 'ssh-keygen -t rsa' and
have uploaded it using 'heroku upload_authkey ~/.ssh/id_rsa.pub'.

The error I get is:

Initialized empty Git repository in /Users/michael/Documents/projects/
temp-for-deleting-later/.git/
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
fetch-pack from '[EMAIL PROTECTED]:temp-for-deleting-later.git' failed.


I can happily list the heroku apps using 'heroku list'.  I've created
a new heroku app to see if my old app was behaving oddly in some way
but still get the error.  I've also tried deleting the ~/.heroku/
credentials file again to no avail.

Any ideas would be gratefully appreciated.

Cheers,
Michael
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: Heroku gem - Permission denied (publickey) upon heroku clone

2008-07-08 Thread MichaelHarmer

I've worked out what was wrong, so I'm documenting it here in case
others have the same problem.  To work around an ssh problem after my
upgrade to OS X 10.5 (see 
http://lists.macosforge.org/pipermail/macports-users/2007-November/006646.html)
I added a line to my ~/.ssh/config file that told it to use 'id_dsa'
as my default identify file with ssh.  After changing this to id_rsa
the heroku clone worked like a dream.

On Jul 8, 4:27 pm, MichaelHarmer [EMAIL PROTECTED] wrote:
 Hi All,
 I'm having a hell of a time trying to clone my app from heroku.  I've
 created (and re-created) my rsa file using 'ssh-keygen -t rsa' and
 have uploaded it using 'heroku upload_authkey ~/.ssh/id_rsa.pub'.

 The error I get is:
 
 Initialized empty Git repository in /Users/michael/Documents/projects/
 temp-for-deleting-later/.git/
 Permission denied (publickey).
 fatal: The remote end hung up unexpectedly
 fetch-pack from '[EMAIL PROTECTED]:temp-for-deleting-later.git' failed.
 

 I can happily list the heroku apps using 'heroku list'.  I've created
 a new heroku app to see if my old app was behaving oddly in some way
 but still get the error.  I've also tried deleting the ~/.heroku/
 credentials file again to no avail.

 Any ideas would be gratefully appreciated.

 Cheers,
 Michael
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---