一、问题描述
今天从 github 上 clone 代码遇到了报错:
The requested URL returned error: 429
截图如下:

二、解决办法
搜索说仓库文件过大,可以调大文件大小
git config --global http.postBuffer 524288000


微信扫一扫
今天从 github 上 clone 代码遇到了报错:
The requested URL returned error: 429
截图如下:

搜索说仓库文件过大,可以调大文件大小
git config --global http.postBuffer 524288000

