一、问题描述
今天从 github 上 clone 代码遇到了报错:
The requested URL returned error: 429
截图如下:
二、解决办法
搜索说仓库文件过大,可以调大文件大小
git config --global http.postBuffer 524288000
git The requested URL returned error: 429 问题解决
阅读 48
2023-03-18
今天从 github 上 clone 代码遇到了报错:
The requested URL returned error: 429
截图如下:
搜索说仓库文件过大,可以调大文件大小
git config --global http.postBuffer 524288000
相关推荐
精彩评论(0)