I am having problems when pushing to heroku app. I have an existing repo and created a heroku app through the console.
I did
heroku git:remote -a myapp
Then when I do
git push heroku master
I get:
fatal: bad tree object 06c7dcf7e58e681253c74c381bb08827575046d3
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
error: failed to push some refs to 'https://git.heroku.com/myapp.git'
fatal: write error: Bad file descriptor
Thanks in advance.