-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thanks! This is great news and hopefully means I don't have to spend today trying to figure out how to rebuild colonels again ;) P.S. Shouldn't the Heroku blog be running on Scanty?
- Also be sure to remove from your production.rb: config.action_view.cache_template_loading = true This was taken out in Rails 2.2. (See this commit)...
- Great! We were waiting eagerly this change to happen. Hope 2.2 will rock!! :) Regards, -- ibnesayeed
- How about "Developer Access" rights, whereby they can edit code, do DB stuff, but not change app settings, and not update/delete/invite users?
- An easy way to test if hoptoad works is with the rake command: rake hoptoad:test This will simulate an error in your app
DISQUS
Returning? Login
8 months ago
8 months ago
$ heroku create tester-app
Created http://tester-app.heroku.com/
$ heroku clone tester-app
Initialized empty Git repository in /Users/.../repo/heroku/tester-app/.git/
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
fetch-pack from 'git@heroku.com:tester-app.git' failed.
$
Guessing it's a problem with passwordless ssh, but the rsa key I set up works to log onto other systems.
8 months ago
8 months ago
8 months ago
6 months ago
1. I cleared out the heroku entries in ~/.ssh/known_hosts
2. ran "ssh-keygen -t rsa"
3. acepted the default "~/.ssh/id_rsa"
4. ran git init on my directory (which I have been connecting to heroku successfully for the last month or so)
5. git pull..
BANG!
Any ideas?
6 months ago
6 months ago
So I renamed the directory and ran `heroku clone APP` and now it all works again! Yay!
Out of curiosity; Is there a another way which I could have updated the public key on the heroku server? Is there a git command for this?
Glad it's working now anyways?! Thanks very much!!
6 months ago
6 months ago
"Uploading ssh public key
Authentication failure"
Any idea on this?
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
Right now it's in plaintext in ~/.heroku/credentials
4 months ago
not work, please help
9 months ago
9 months ago
9 months ago
8 months ago
8 months ago
8 months ago
Geez, maybe Bill will buy this "open source" thing and these problems will go away.
(joke)
8 months ago
8 months ago
8 months ago
tardis:Projects rroland$ heroku clone ...
Initialized empty Git repository in /Users/rroland/Projects/.../.git/
fatal: '/userapps/10259': unable to chdir or not a git archive
fatal: The remote end hung up unexpectedly
fetch-pack from 'git@heroku.com:irecipe.git' failed.
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
Initialized empty Git repository in /Users/hangon/Sites/myproject/.git/
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
fetch-pack from 'git@heroku.com:whatsupdoc.git' failed.
my rsa key seems to be created
8 months ago
i've just created the key after creating the new app.
re starting from zero and it's fine
8 months ago
8 months ago
I was following the screencast going fine until git push :
C:\rails_app\multiopenid>git push
fatal: 'origin': unable to chdir or not a git archive
fatal: The remote end hung up unexpectedly
... any idea ?
thanks in advance
lgs
6 months ago
So I renamed the directory and ran `heroku clone APP` and now it all works again! Yay!
Out of curiosity; Is there a another way which I could have updated the public key on the heroku server? Is there a git command for this?
Glad it's working now anyways?! Thanks very much!!
2 months ago
I generate public key using PuTTYgen utility. Then I get:
Uploading ssh public key C:\Documents and Settings\myname/.ssh/id_rsa.pub
Contents Invalid public key
How it could be solved?