Idea中拉取远程 git代码
转:https://blog.csdn.net/qq_34899538/article/details/81365417
1 本地下载git
2.idea中配置git
3. 远程连接git 仓库,复制代码
git 代码地址
4. 问题解决方案
Clone failed: unable to access 'https://git.dev.cjtc.net.cn/x-lab/spongebob-transformation.git/': SSL certificate problem: unable to get local issuer certificate
解决方案:
dos 窗口输入
git config --global http.sslVerify false
idea用Git如何拉取、更新、上传提交项目(最新版idea2018.2.5版)超详细超简单版