1

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.

esty
  • 31
  • 1
  • 3

1 Answers1

0

Seems like your push is failing with the same error message as in this question here. In the answers there you can find different approaches that could work for you.

Community
  • 1
  • 1
John Baker
  • 2,315
  • 13
  • 12
  • hi, I tried all of approaches in that answers, but I could not solve my problem. I think the cause is not heroku or git because I could push from another terminal with same setting. Is there any possible that virus check tool disturb some HTTP request? – esty Sep 20 '18 at 08:04