其他分享
首页 > 其他分享> > 3-7学习笔记

3-7学习笔记

作者:互联网

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

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

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

https://stackoverflow.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

 

标签:git,outstanding,transfer,笔记,学习,failed,closed,curl
来源: https://www.cnblogs.com/BlueBlueSea/p/12434846.html