Fork me on GitHub

Peer's Certificate has expired

现象

fatal: unable to access 'https://git.ffmpeg.org/ffmpeg.git/': Peer's Certificate has expired.
image

原因

系统的时间与真实生活中的时间有偏差
image

解决方案

方案一:可以在github处通过下载zip包的方式进行下载。
方案二:将刚刚连接中的https改为git即可正常下载。
方案三: 关闭 https 证书的验证

git config --global http.sslVerify false 

方案四: 调整时间,用ntp更新服务器。

posted @ 2021-06-02 09:21  秋夜雨巷  阅读(1421)  评论(0编辑  收藏  举报