streaming

gitlab上clone项目代码时遇到的坑:

RUN git config --global http.postBuffer 1048576000
RUN git clone -b meiling-yancheng-tuning https://gitlab-ci-token:xxxxxx@139.196.139.224/gaojingqi/dojoyn.git

有关缓冲区设置的问题,太小的话项目拷不下来,远端hang up
这个token是项目的token。