【发布时间】:2016-05-27 16:52:58
【问题描述】:
我在推送到 Github 时遇到 503 错误:
$ git push github develop
Counting objects: 22, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (22/22), done.
Writing objects: 100% (22/22), 4.16 KiB | 0 bytes/s, done.
Total 22 (delta 16), reused 0 (delta 0)
error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503 Service Unavailable
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
我检查了他们的status page 和“所有系统都运行”,所以我认为这一定与我的配置有关。我的.gitconfig 文件只有我的姓名和电子邮件:
[user]
name = Bradley Wogsland
email = <omitted>
(我在这里省略了我的真实电子邮件,但在实际文件中它在那里)。
【问题讨论】:
-
遇到了同样的问题,现在好像可以了?推送成功
-
好像 Github 太忙了。
-
@sdeburca 所以即使状态页面没有报告 github 也可能有问题?
-
@wogsland 503 是一种报告 :) 服务不可用。