3-7学习笔记

1.在clone项目时出现了一下错误:

error: RPC failed; curl 18 transfer closed with outstanding read data remaining

尝试了设置缓冲区大小:https://blog.****.net/CLOUD_J/article/details/90241544不行。

https://*.com/questions/38618885/error-rpc-failed-curl-transfer-closed-with-outstanding-read-data-remaining

这个是ok的:

$ git clone http://github.com/large-repository --depth 1
$ cd large-repository
$ git fetch --unshallow

 

上一篇:conn.closed()和conn == null的区别


下一篇:[FE] chrome.runtime.onMessage 问题, Unchecked runtime.lastError: The message port closed before a resp