你好,我正在运行下面的码头映像https://github.com/jenkinsci/docker/blob/master/Dockerfile
dockerfile安装git-lfs。
因此,当我运行apt-get udpate时,我会得到以下错误。
W: The repository 'https://packagecloud.io/github/git-lfs/debian stretch Release' does not have a Release file.
E: Failed to fetch https://packagecloud.io/github/git-lfs/debian/dists/stretch/main/source/Sources server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
E: Some index files failed to download. They have been ignored, or old ones used instead.
点击到包的链接(即https://packagecloud.io/github/git-lfs/debian),我会看到一个页面,上面写着“您正在寻找的页面不存在”。
这是某种外部问题吗?
有没有办法可以忽略更新的这一部分?
还有其他想法吗?
我已经在谷歌上搜索了整整一天半,并试图想出解决这个问题的方法。
发布于 2020-04-12 04:45:44
有时,当系统时间不同步时会发生证书错误。如果是这样的话,您可以使用命令ntp
:apt-get install ntp
来安装
https://stackoverflow.com/questions/61156455
复制相似问题