现象

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

原因

系统的时间与真实生活中的时间有偏差
Peer's Certificate has expired

解决方案

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

git config --global http.sslVerify false 

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

相关文章: