📌  相关文章
📜  致命:无法访问'https:gitlab.operasolutions.com poc jpm-demo.git':SSL证书问题:无法获取本地颁发者证书-Shell-Bash代码示例

📅  最后修改于: 2022-03-11 14:50:09.388000             🧑  作者: Mango

代码示例1
# in unix put this in your .bash_profile, while
# in windows put it in a batch script that runs at startup or
# simply run it before cloning the repo
git config --global http.sslVerify false