今天有个网友来求助说安装lamp的时候运行下方命令提示错误,怎么解决呢?咱们来一起看一下
问题:
git clone https://github.com/teddysun/lamp.git 正克隆到 'lamp'... error: RPC failed; result=35, HTTP code = 0 fatal: The remote end hung up unexpectedly
解决方法:
运行下方两个命令后,在运行git clone https://github.com/teddysun/lamp.git即可
git config --global http.sslverify false
git config --global http.postBuffer 1048576000
相关文章
标签:linux