Idea中拉取远程 git代码

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


版权声明:本文为qq_34899538原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。