pods 一些常见的报错(持续更新)
2020-05-21 本文已影响0人
Mr周190728
1. error: RPC failed; curl 18 transfer closed with outstanding read data remaining
说明pull的文件过大,需要增大缓存
执行以下操作:
git config --global http.postBuffer 524288000
git config --list查看是否生效。
1. error: RPC failed; curl 18 transfer closed with outstanding read data remaining
说明pull的文件过大,需要增大缓存
执行以下操作:
git config --global http.postBuffer 524288000
git config --list查看是否生效。