# sympton:

piaoger@piaoger-ubuntu:~/w/temp$ git clone https://mygit/solidmcp/solidmcp.git
Cloning into 'solidmcp'...
error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing https://mygit/solidmcp/solidmcp.git/info/refs
fatal: HTTP request failed # solution export GIT_SSL_NO_VERIFY=1
set this environment variable before running git commmands. It's temporary solution by turning off the verification. It would not be an good idea.This trick is just for urgently accessing in a certain situation and not recommending in general cases.

最新文章

  1. HTML5系列:HTML5表单
  2. seleniu+python+chrome的调试
  3. 正确使用Android性能分析工具——TraceView
  4. 画图------Brush
  5. ovirt user guide
  6. 【HDOJ】2955 Robberies
  7. App.config和Web.config配置文件的自定义配置节点
  8. Unity CommandInvokationFailure: Failed to re-package resources. 解决方案
  9. MIME---multipart类型
  10. 常用Latex公式
  11. [LeetCode] Serialize and Deserialize N-ary Tree N叉搜索树的序列化和去序列化
  12. 配置nginx + keepalived 双主模式(双机互为主备)
  13. DP及其优化
  14. Python Algorithms – chapter3 计数初步
  15. CSS揭秘(一)引言
  16. 手把手教你写一个java的orm(四)
  17. UI/GUI/UE/UX/ID/UED/UCD的区别
  18. HTTPS和SSL详解
  19. Markdown 语法快速入门手册
  20. 在Ignite中使用k-最近邻(k-NN)分类算法

热门文章

  1. axios put and patch
  2. 在android中画圆形图片的几种办法
  3. Fireworks层与蒙版的概念和用法
  4. NSData 转 bytes 字节数据
  5. NoSQL的CURD结构体的定义
  6. javaweb开发所需的技术需求
  7. Hadoop-2.4.1学习之怎样确定Mapper数量
  8. Image Based Lighting In UE3
  9. 【MySQL】玩转定时器
  10. myBatis的引出