git 安全证书 【git】
git 安全证书
29728@yc_cxq MINGW64 /d/python_code_git$ git clone https://code.youceng.tech:9981/yc_code/yc_structure.git
Cloning into 'yc_structure'...
fatal: unable to access 'https://code.youceng.tech:9981/yc_code/yc_structure.git/': SSL certificate problem: certificate has expired
解决方案:
29728@yc_cxq MINGW64 /d/python_code_git$ git config --global http.ss1verify false
执行命令后git clone