Windows11操作系统使用Bonobo Git Server
拉取git代码库时提示“你的连接不是专用连接”
NET::ERR_CERT_DATE_INVALID安全证书过期问题等等
参考
解决方案一
:
git
config --global http.sslVerify false
git
clone
https://zbjxb@office.surreal.com.cn:9527/Bonobo.Git.Server/Repository/Index
git
config --global --unset http.sslVerify // 重置配置项为默认值