简体   繁体   English

git push heroku master仅从1个终端失败(台式PC)

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

When I push rails application to heroku, 当我将rails应用程序推送到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. 每个程序(OS和git等)的版本和操作都相同。
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" git push heroku master失败,原因是“ HTTP 400 curl 22请求的URL返回错误”

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. 在答案中,您可以找到适合您的不同方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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