Hello All,
I'm trying to push a Rails application to Heroku using git, and the
push consistently stalls when writing objects (and always at 84%). Can
anyone tell me what might be the cause of this? Is it on my end or the
remote end? Could it be due to a slow network connection (which I'm
unfortunately on right now)?
--
Thanks!
Bryan
Hi,
On Tue, Mar 16, 2010 at 5:45 AM, Bryan Richardson [off-list ref] wrote:
Hello All,
I'm trying to push a Rails application to Heroku using git, and the
push consistently stalls when writing objects (and always at 84%). Can
anyone tell me what might be the cause of this? Is it on my end or the
remote end? Could it be due to a slow network connection (which I'm
unfortunately on right now)?
if this persists, you could look at git bundles. I believe heroku
provides ssh, so you should have scp/sftp. Bundle up the git objects,
scp the bundle to your heroku account, then unbundle it.
--
Cheers,
Ray Chuan