Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

deploying to Heroku: freezes up during "writing objects"

I've been trying to deploy my app to heroku, but during the "writing objects" phase (at 10% to be precise) the deployment freezes. Meaning, it stays like that as long as the terminal is open, or I abort the operation (Ctrl+C).

I'm working on a PC, with Aptana 3, and the project is a Rails Application. I tried reinitializing the Git repository, reinstalling the app on Heroku, updating gems, restarting Aptana, but I'm still baffled.

Anyone have an idea?

like image 326
hananamar Avatar asked Sep 16 '25 14:09

hananamar


1 Answers

I faced the same problem then I found:

git config --global http.postBuffer 524288000

it works for me, HAPPY CODING

like image 176
Manish Nakar Avatar answered Sep 18 '25 06:09

Manish Nakar