轉: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版)超詳細超簡單版