简体   繁体   中英

git push heroku master fails from only 1 terminal(Desktop PC)

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM