Loading

解决git内存泄露问题

git 解决 fatal: Out of memory, malloc failed (tried to allocate 524288000 bytes ) 问题

我解决的是:

git config http.postBuffer 0
git config --global http.postBuffer 0

转载的原文章内容为:https://blog.csdn.net/weixin_33809981/article/details/89723640

posted @ 2024-04-19 10:37  Carvers  阅读(34)  评论(0)    收藏  举报