克隆github代码时
显示如下:
image.png
错误的数字配置值'5242880000''http.postbuffer':超出范围
处理如下:
输入:git config --global http.postBuffer 524288000
image.png
执行git clone,成功
参考:https://blog.csdn.net/weixin_38515203/article/details/82884997
克隆github代码时
显示如下:
错误的数字配置值'5242880000''http.postbuffer':超出范围
处理如下:
输入:git config --global http.postBuffer 524288000
执行git clone,成功
参考:https://blog.csdn.net/weixin_38515203/article/details/82884997