Git:schannel: next InitializeSecurityContext failed: SEC_E_UNTRUSTED_ROOT
·
使用Gitlab的clone项目的时候出现错误:
schannel: next InitializeSecurityContext failed: SEC_E_UNTRUSTED_ROOT
对于这个错误,以管理员模式打开cmd窗口,执行下面命令:
git config --system http.sslbackend openssl
然后就可以clone了。
更多推荐

所有评论(0)