1  本地下载git 

2.idea中配置git

Idea中拉取远程 git代码

 

3. 远程连接git 仓库,复制代码

Idea中拉取远程 git代码

 

git  代码地址

Idea中拉取远程 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

相关文章: