Cloning into 'kubernetes'...
remote: Enumerating objects: 251, done.
remote: Counting objects: 100% (251/251), done.
remote: Compressing objects: 100% (181/181), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
报错!
git限制了大小
执行
git config --global http.postBuffer 500000000
大约500M
当你能力不能满足你的野心的时候,你就该沉下心来学习