下载安装的依赖包太大,导致git请求超时了,可以通过修改git http.postBuffer的大小来控制超时时间
解决方案:
在git cmd窗口中执行命令:git config http.postBuffer 524288000
缘分