0
点赞
收藏
分享

微信扫一扫

201214:git下载时出错

笙烛 2021-09-28 阅读 33
每日复盘

git下载时出错

$ git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
Cloning into 'ffmpeg'...
remote: Counting objects: 570040, done.
remote: Compressing objects: 100% (118805/118805), done.
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

使用如下命令

git config  --global   http.sslVerify "false"

然后再输入

git pull
举报

相关推荐

0 条评论