Firefox

建立安全连接失败

连接到 github.com 时发生错误。对等端的证书有一个无效的签名。

错误代码:SEC_ERROR_BAD_SIGNATURE

解决办法

1 地址栏输入:about:config

2 输入首选项名称:security.enterprise_roots.enabled

3 修改值为:true


git.exe

clone、pull或push等证书异常

fatal: unable to access 'https://github.com/xxx.git/'

SSL certificate problem: unable to get local issuer certificate

解决办法

1 管理员身份运行:cmd

2 在cmd输入:git config --global http.sslverify false