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

相关文章:

  • 2021-09-15
  • 2021-08-28
  • 2021-07-01
  • 2022-12-23
  • 2021-09-28
  • 2021-11-11
  • 2022-01-21
猜你喜欢
  • 2021-12-24
  • 2022-01-27
  • 2021-12-01
  • 2021-11-21
相关资源
相似解决方案