问题
无论是pull、clone还是push都报错
fatal: Out of memory, malloc failed (tried to allocate 301989888 bytes)
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
解决方法
git config --global http.postBuffer 524288000
git config --global core.compression -1
————————————————
版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
原文链接:https://blog.csdn.net/gyxx1998/article/details/120344035