search

Home  >  Q&A  >  body text

从 github 执行 git pull 的时候提示 error: RPC failed

从 github 执行 git pull 的时候提示

error: RPC failed; result=52, HTTP code = 0
fatal: The remote end hung up unexpectedly

导致 pull 不下来,是什么原因,怎么解决?

给我你的怀抱给我你的怀抱2795 days ago694

reply all(4)I'll reply

  • 阿神

    阿神2017-04-28 09:06:47

    https://confluence.atlassian.com/pages/viewpage.action?pageId=301663284

    It should be that the pull content has been updated too much, so the postBuffer needs to be set larger. See the link above for details

    git config --global http.postBuffer 524288000

    reply
    0
  • PHP中文网

    PHP中文网2017-04-28 09:06:47

    error: RPC failed; result=52, HTTP code = 0

    reply
    0
  • 漂亮男人

    漂亮男人2017-04-28 09:06:47

    Network problem.

    Github is unstable recently, it is recommended to open a VPN. .

    reply
    0
  • 高洛峰

    高洛峰2017-04-28 09:06:47

    update: Using the official client is still unstable, it is recommended to use a VPN

    If you are using the Mac client, you can use Github official tool to download

    I have used Android Studio and the Terminal download failed, but it is still possible to use official tools

    reply
    0
  • Cancelreply