在用PowerShell 7过程中,使用scoop bucket add extras命令行后,出现了下示问题
Checking repo... ERROR 'https://github.com/ScoopInstaller/Extras' doesn't look like a valid git repository
Error given:
fatal: unable to access 'https://github.com/ScoopInstaller/Extras/': schannel: next InitializeSecurityContext failed: CRYPT_E_REVOCATION_OFFLINE (0x80092013)
其中CRYPT_E_REVOCATION_OFFLINE的意思是在检验证书吊销状态时,由于吊销服务器脱机,故无法进行检查。
所以我们要关闭pc端的相应检查
打开电脑的控制面版->网络与Internet->Internet选项->高级
找到安全一列,关闭其中的检查发行商证书是否已吊销 检查服务器端证书是否已吊销
遂解决。