Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 git 将我的文件(300 MB)上传到 bitbucket,但 git 只是在显示在 die 处理程序中检测到的消息递归后挂起。
这是我得到的错误:
错误:RPC 失败;
致命:远程端意外挂断
致命:在模具处理程序中检测到递归
我试过这个:git config http.postBuffer 524288000。但它仍然无法正常工作。
我用谷歌搜索,发现我必须更改 client_max_body_size。我在哪里以及如何更改它?谢谢
我猜 bitbucket 不允许你上传这么大的文件。也许通过付费计划,您可以做到。但是无论如何,将如此大的文件存储在 git 存储库中是一个坏主意,git 不是为此而设计的。您应该改用 git-anneexe 或其他东西。