Idea中拉取远程 git代码

1  本地下载git 

2.idea中配置git

Idea中拉取远程 git代码_第1张图片

 

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

Idea中拉取远程 git代码_第2张图片

 

git  代码地址

Idea中拉取远程 git代码_第3张图片

 

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代码)