This documentation is for a release that is no longer maintained
See documentation for the latest supported version.3.7. 使用 Git 提供程序的自签名 TLS 证书时 gitconfig 文件中的错误
在此次更新之前,如果管理员配置了信任 Git 供应商的自签名 TLS 证书,且 带有一个缺少 githost
部分的 che-git-self-signed-cert
ConfigMap,则工作区创建会失败。生成的 /etc/gitconfig
文件包含一个格式不正确的 http
指令,该指令与任何 URL 不匹配。在这个版本中,这个问题已被解决,/etc/gitconfig
文件会如预期包含 [http]
行。
其他资源