When I push rails application to heroku,
I got the error below.
Counting objects: 11, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (6/6), 1.81 KiB | 0 bytes/s, done.
Total 6 (delta 2), reused 5 (delta 1)
error: RPC failed; result=22, HTTP code = 400
fatal: The remote end hung up unexpectedly
Everything up-to-date
When I pushed from another terminal, I could push it.
Each program(OS and git and so on) version and operation is same.
I would like to know the solution to push from the terminal that causes error.
The problem is same as below.
git push heroku master fails by "HTTP 400 curl 22 The requested URL returned error"
Do you have any idea to know the cause?
If you need more information, please tell me.