Re: Permission denied when pushing git repo to heroku

2008-09-19 Thread erick

Hi Morten,

Still can't push.

I executed,

cat ~/.ssh/id_rsa.pub
heroku keys

The keys generated by both commands are the same.

I executed git push, unfortunately I'm still getting an error,
Permission denied(publickey)

I can't clone either. Thanks.




On Sep 20, 1:43 am, Morten Bagai <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Should be fixed now.
>
> /Morten
> On Sep 19, 2008, at 9:23 AM, erick wrote:
>
>
>
> > Hi guys,
>
> > I have exactly the same error, on an existing app.
> > $ git push
> > Permission denied (public key)
> > fatal: The remote end hung up unexpectedly
>
> > I tried changing my keys several times, as mentioned on the heroku
> > blog -http://heroku.disqus.com/heroku_api_and_external_git_access/
> > Didn't seem to work for me.
>
> > I can still access my apps list.
> > $ heroku list
>
> > and I can also create new app
> > $ heroku create 
>
> > but I can't clone
> > $ heroku clone 
> > Initialize empty git repository
> > Permission denied (public key)
>
> > Do I have to re-create my app from the start? Is there another way to
> > clone my app or reset my public keys?
> > I really like working on local copy then push via git. If I revert to
> > a previous snapshot, will that help?
> > Real sorry to have so many questions. Thanks
>
> > My app is athttp://dyokbox.heroku.com
>
> > On Sep 15, 7:27 am, adam b <[EMAIL PROTECTED]> wrote:
> >> When I try and push my git repo to heroku I get the following error:
>
> >> $ git push -f heroku
> >> Permission denied (publickey).
> >> fatal: The remote end hung up unexpectedly
>
> >> I have confirmed that the sshpublickeythe heroku gem is uploading
> >> is the same as thekeyassociated with my GitHub remote. Please
> >> advise.
>
> >> Thanks1
>
> >> /adam
--~--~-~--~~~---~--~~
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: Git - Internal server error - fatal: The remote end hung up unexpectedly

2008-09-19 Thread James PocketSmith

Brilliant, all go. Thanks heaps Morten :)

On Sep 20, 6:40 am, Morten Bagai <[EMAIL PROTECTED]> wrote:
> Hi,
>
> This should be fixed now.
>
> /Morten
>
> On Sep 18, 2008, at 10:41 PM, James PocketSmith wrote:
>
>
>
> > Hi Adam,
>
> > Looks like it has happened again; same app (pocketsmithdev).
>
> > Difference now is that it is hanging for a good 3-4 minutes on a pull
> > before it gives it the:
>
> > "Internal server error
> > fatal: The remote end hung up unexpectedly"
>
> > Thanks for any help you can provide.
>
> > James
>
> > On Aug 28, 5:22 am, "Adam Wiggins" <[EMAIL PROTECTED]> wrote:
> >> pocketdevsmith should begit-capable again.
>
> >> Adam
--~--~-~--~~~---~--~~
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: Git - Internal server error - fatal: The remote end hung up unexpectedly

2008-09-19 Thread Morten Bagai

Hi,

This should be fixed now.

/Morten

On Sep 18, 2008, at 10:41 PM, James PocketSmith wrote:

>
> Hi Adam,
>
> Looks like it has happened again; same app (pocketsmithdev).
>
> Difference now is that it is hanging for a good 3-4 minutes on a pull
> before it gives it the:
>
> "Internal server error
> fatal: The remote end hung up unexpectedly"
>
> Thanks for any help you can provide.
>
> James
>
> On Aug 28, 5:22 am, "Adam Wiggins" <[EMAIL PROTECTED]> wrote:
>> pocketdevsmith should begit-capable again.
>>
>> Adam
> >


--~--~-~--~~~---~--~~
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: Permission denied when pushing git repo to heroku

2008-09-19 Thread Morten Bagai

Hi,

Should be fixed now.

/Morten
On Sep 19, 2008, at 9:23 AM, erick wrote:

>
> Hi guys,
>
> I have exactly the same error, on an existing app.
> $ git push
> Permission denied (public key)
> fatal: The remote end hung up unexpectedly
>
> I tried changing my keys several times, as mentioned on the heroku
> blog - http://heroku.disqus.com/heroku_api_and_external_git_access/
> Didn't seem to work for me.
>
> I can still access my apps list.
> $ heroku list
>
> and I can also create new app
> $ heroku create 
>
> but I can't clone
> $ heroku clone 
> Initialize empty git repository
> Permission denied (public key)
>
> Do I have to re-create my app from the start? Is there another way to
> clone my app or reset my public keys?
> I really like working on local copy then push via git. If I revert to
> a previous snapshot, will that help?
> Real sorry to have so many questions. Thanks
>
> My app is at http://dyokbox.heroku.com
>
>
> On Sep 15, 7:27 am, adam b <[EMAIL PROTECTED]> wrote:
>> When I try and push my git repo to heroku I get the following error:
>>
>> $ git push -f heroku
>> Permission denied (publickey).
>> fatal: The remote end hung up unexpectedly
>>
>> I have confirmed that the sshpublickeythe heroku gem is uploading
>> is the same as thekeyassociated with my GitHub remote. Please
>> advise.
>>
>> Thanks1
>>
>> /adam
> >


--~--~-~--~~~---~--~~
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: Permission denied when pushing git repo to heroku

2008-09-19 Thread erick

Hi guys,

I have exactly the same error, on an existing app.
$ git push
Permission denied (public key)
fatal: The remote end hung up unexpectedly

I tried changing my keys several times, as mentioned on the heroku
blog - http://heroku.disqus.com/heroku_api_and_external_git_access/
Didn't seem to work for me.

I can still access my apps list.
$ heroku list

and I can also create new app
$ heroku create 

but I can't clone
$ heroku clone 
Initialize empty git repository
Permission denied (public key)

Do I have to re-create my app from the start? Is there another way to
clone my app or reset my public keys?
I really like working on local copy then push via git. If I revert to
a previous snapshot, will that help?
Real sorry to have so many questions. Thanks

My app is at http://dyokbox.heroku.com


On Sep 15, 7:27 am, adam b <[EMAIL PROTECTED]> wrote:
> When I try and push my git repo to heroku I get the following error:
>
> $ git push -f heroku
> Permission denied (publickey).
> fatal: The remote end hung up unexpectedly
>
> I have confirmed that the sshpublickeythe heroku gem is uploading
> is the same as thekeyassociated with my GitHub remote. Please
> advise.
>
> Thanks1
>
> /adam
--~--~-~--~~~---~--~~
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: 504 Gateway Time-out

2008-09-19 Thread eastmad

Seems to be fine now, thanks to fixer.

Still - any more podcasts?

On Sep 18, 11:50 am, eastmad <[EMAIL PROTECTED]> wrote:
> Hi Adam + others,
>
> Seems to be an error on the gateway when accessing our app
> (eastmad.heroku.com), could you please take a look?
>
> PS, Only just heard your podcast from earlier this year.Have you done
> any newer ones?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---