从 github 执行 git pull 的时候提示
error: RPC failed; result=52, HTTP code = 0 fatal: The remote end hung up unexpectedly
导致 pull 不下来,是什么原因,怎么解决?
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
error: RPC failed; result=52, HTTP code = 0
Network problem.
Github is unstable recently, it is recommended to open 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
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
error: RPC failed; result=52, HTTP code = 0
Network problem.
Github is unstable recently, it is recommended to open a VPN. .
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